Changeset 436 for trunk/JavaScriptCore/API/JSContextRef.cpp
- Timestamp:
- 08/13/08 13:49:09 (5 months ago)
- Files:
-
- trunk/JavaScriptCore/API/JSContextRef.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/API/JSContextRef.cpp
r427 r436 102 102 ASSERT(!heap->isBusy()); 103 103 104 // Heap ::destroy()will delete JSGlobalObject, which will in turn delete JSGlobalData, which will104 // Heap destructor will delete JSGlobalObject, which will in turn delete JSGlobalData, which will 105 105 // delete the heap, which would cause a crash if allowed. 106 106 globalData.heap = 0;
