Title: [134493] trunk/Source/WTF
Revision
134493
Author
[email protected]
Date
2012-11-13 15:11:03 -0800 (Tue, 13 Nov 2012)

Log Message

Build fix after r134490.

* wtf/FastMalloc.cpp:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (134492 => 134493)


--- trunk/Source/WTF/ChangeLog	2012-11-13 23:06:44 UTC (rev 134492)
+++ trunk/Source/WTF/ChangeLog	2012-11-13 23:11:03 UTC (rev 134493)
@@ -1,3 +1,9 @@
+2012-11-13  Ryosuke Niwa  <[email protected]>
+
+        Build fix after r134490.
+
+        * wtf/FastMalloc.cpp:
+
 2012-11-13  Brent Fulgham  <[email protected]> and Alex Christensen <[email protected]>
 
         Fix FastMalloc.cpp compile error for MSVC in 64-bit.

Modified: trunk/Source/WTF/wtf/FastMalloc.cpp (134492 => 134493)


--- trunk/Source/WTF/wtf/FastMalloc.cpp	2012-11-13 23:06:44 UTC (rev 134492)
+++ trunk/Source/WTF/wtf/FastMalloc.cpp	2012-11-13 23:11:03 UTC (rev 134493)
@@ -1256,7 +1256,6 @@
 
 #if OS(DARWIN)
 struct Span;
-class TCMalloc_Central_FreeListPadded;
 class TCMalloc_PageHeap;
 class TCMalloc_ThreadCache;
 template <typename T> class PageHeapAllocator;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to