Changeset 98302 in webkit for trunk/Source/JavaScriptCore/heap/AllocationSpace.cpp
- Timestamp:
- Oct 24, 2011, 5:21:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/AllocationSpace.cpp
r96432 r98302 45 45 { 46 46 #if COLLECT_ON_EVERY_ALLOCATION 47 collectAllGarbage();47 m_heap->collectAllGarbage(); 48 48 ASSERT(m_heap->m_operationInProgress == NoOperation); 49 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.