Changeset 115548 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Apr 27, 2012, 11:06:14 PM (13 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r115545 r115548 1 2012-04-27 Geoffrey Garen <[email protected]> 2 3 Try to fix the Windows build. 4 5 * heap/WeakBlock.h: 6 (WeakBlock): 7 1 8 2012-04-27 Geoffrey Garen <[email protected]> 2 9 -
trunk/Source/JavaScriptCore/heap/WeakBlock.h
r115538 r115548 42 42 class WeakBlock : public DoublyLinkedListNode<WeakBlock> { 43 43 public: 44 friend class DoublyLinkedListNode<WeakBlock>;44 friend class WTF::DoublyLinkedListNode<WeakBlock>; 45 45 static const size_t blockSize = 4 * KB; 46 46
Note:
See TracChangeset
for help on using the changeset viewer.