Changeset 34977 in webkit for trunk/JavaScriptCore/kjs/collector.cpp
- Timestamp:
- Jul 3, 2008, 12:44:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/collector.cpp
r34974 r34977 926 926 { 927 927 #ifndef NDEBUG 928 if (JSGlobalData::sharedInstance ().heap == this) {928 if (JSGlobalData::sharedInstanceExists() && JSGlobalData::sharedInstance().heap == this) { 929 929 ASSERT(JSLock::lockCount() > 0); 930 930 ASSERT(JSLock::currentThreadIsHoldingLock());
Note:
See TracChangeset
for help on using the changeset viewer.