Changeset 58134 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Apr 22, 2010, 5:16:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Collector.cpp
r58133 r58134 973 973 { 974 974 ASSERT(k); 975 //ASSERT(JSLock::currentThreadIsHoldingLock() || !m_globalData->isSharedInstance());975 ASSERT(JSLock::currentThreadIsHoldingLock() || !m_globalData->isSharedInstance()); 976 976 977 977 if (!k.isCell()) … … 984 984 { 985 985 ASSERT(k); 986 //ASSERT(JSLock::currentThreadIsHoldingLock() || !m_globalData->isSharedInstance());986 ASSERT(JSLock::currentThreadIsHoldingLock() || !m_globalData->isSharedInstance()); 987 987 988 988 if (!k.isCell())
Note:
See TracChangeset
for help on using the changeset viewer.