Title: [124263] trunk/Source/_javascript_Core
Revision
124263
Author
[email protected]
Date
2012-07-31 16:00:53 -0700 (Tue, 31 Jul 2012)

Log Message

Fix all the other builds I just broke. Maybe fix the Windows build.

* heap/HeapBlock.h:
(HeapBlock): WTF?

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (124262 => 124263)


--- trunk/Source/_javascript_Core/ChangeLog	2012-07-31 23:00:18 UTC (rev 124262)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-07-31 23:00:53 UTC (rev 124263)
@@ -1,5 +1,12 @@
 2012-07-31  Geoffrey Garen  <[email protected]>
 
+        Fix all the other builds I just broke. Maybe fix the Windows build.
+
+        * heap/HeapBlock.h:
+        (HeapBlock): WTF?
+
+2012-07-31  Geoffrey Garen  <[email protected]>
+
         Maybe fix the Windows build.
 
         * heap/HeapBlock.h:

Modified: trunk/Source/_javascript_Core/heap/HeapBlock.h (124262 => 124263)


--- trunk/Source/_javascript_Core/heap/HeapBlock.h	2012-07-31 23:00:18 UTC (rev 124262)
+++ trunk/Source/_javascript_Core/heap/HeapBlock.h	2012-07-31 23:00:53 UTC (rev 124263)
@@ -37,7 +37,7 @@
 template<typename T>
 class HeapBlock : public DoublyLinkedListNode<T> {
     typedef DoublyLinkedListNode<T> Base;
-    friend class Base;
+    friend Base;
 public:
     static const size_t s_blockSize = 64 * KB;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to