Title: [124256] trunk/Source/_javascript_Core
- Revision
- 124256
- Author
- [email protected]
- Date
- 2012-07-31 15:27:38 -0700 (Tue, 31 Jul 2012)
Log Message
Maybe fix the Windows build.
* heap/HeapBlock.h:
(HeapBlock): WTF?
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (124255 => 124256)
--- trunk/Source/_javascript_Core/ChangeLog 2012-07-31 22:07:20 UTC (rev 124255)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-07-31 22:27:38 UTC (rev 124256)
@@ -1,5 +1,12 @@
2012-07-31 Geoffrey Garen <[email protected]>
+ Maybe fix the Windows build.
+
+ * heap/HeapBlock.h:
+ (HeapBlock): WTF?
+
+2012-07-31 Geoffrey Garen <[email protected]>
+
Removed some public data and casting from the Heap
https://bugs.webkit.org/show_bug.cgi?id=92777
Modified: trunk/Source/_javascript_Core/heap/HeapBlock.h (124255 => 124256)
--- trunk/Source/_javascript_Core/heap/HeapBlock.h 2012-07-31 22:07:20 UTC (rev 124255)
+++ trunk/Source/_javascript_Core/heap/HeapBlock.h 2012-07-31 22:27:38 UTC (rev 124256)
@@ -36,7 +36,7 @@
template<typename T>
class HeapBlock : public DoublyLinkedListNode<T> {
- friend class DoublyLinkedListNode<T>;
+ friend class WTF::DoublyLinkedListNode<T>;
public:
static const size_t s_blockSize = 64 * KB;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes