Changeset 124141 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalData.cpp
- Timestamp:
- Jul 30, 2012, 6:48:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalData.cpp
r124123 r124141 224 224 { 225 225 ASSERT(!m_apiLock.currentThreadIsHoldingLock()); 226 heap.didStartVMShutdown(); 226 heap.activityCallback()->didStartVMShutdown(); 227 heap.sweeper()->didStartVMShutdown(); 228 heap.lastChanceToFinalize(); 227 229 228 230 delete interpreter;
Note:
See TracChangeset
for help on using the changeset viewer.