Changeset 53459 in webkit for trunk/JavaScriptCore/API/JSContextRef.cpp
- Timestamp:
- Jan 19, 2010, 12:25:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSContextRef.cpp
r53455 r53459 128 128 if (globalData.refCount() == 2) { // One reference is held by JSGlobalObject, another added by JSGlobalContextRetain(). 129 129 // The last reference was released, this is our last chance to collect. 130 ASSERT(!globalData.heap.protectedObjectCount()); 131 ASSERT(!globalData.heap.isBusy()); 130 132 globalData.heap.destroy(); 131 133 } else
Note:
See TracChangeset
for help on using the changeset viewer.