Changeset 180617 in webkit
- Timestamp:
- Feb 24, 2015, 9:52:24 PM (12 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
heap/Heap.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r180613 r180617 1 2015-02-24 Alexey Proskuryakov <ap@apple.com> 2 3 More iOS build fix after r180602. 4 5 * heap/Heap.h: Export Heap::machineThreads(). 6 1 7 2015-02-24 Brent Fulgham <bfulgham@apple.com> 2 8 -
trunk/Source/JavaScriptCore/heap/Heap.h
r180602 r180617 120 120 VM* vm() const { return m_vm; } 121 121 MarkedSpace& objectSpace() { return m_objectSpace; } 122 static MachineThreads& machineThreads();122 JS_EXPORT_PRIVATE static MachineThreads& machineThreads(); 123 123 124 124 const SlotVisitor& slotVisitor() const { return m_slotVisitor; }
Note:
See TracChangeset
for help on using the changeset viewer.