Changeset 37240 in webkit for trunk/JavaScriptCore/kjs/JSGlobalData.cpp
- Timestamp:
- Oct 3, 2008, 9:09:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.cpp
r37215 r37240 95 95 JSGlobalData::~JSGlobalData() 96 96 { 97 heap.destroy(); 97 // By the time this is destroyed, heap.destroy() must already have been called. 98 98 99 delete machine; 99 100 #ifndef NDEBUG
Note:
See TracChangeset
for help on using the changeset viewer.