Changeset 94731 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Sep 7, 2011, 4:48:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r94623 r94731 1449 1449 #endif 1450 1450 1451 #if ENABLE(JIT) 1451 1452 // We may be destroyed before any CodeBlocks that refer to us are destroyed. 1452 1453 // Consider that two CodeBlocks become unreachable at the same time. There … … 1462 1463 // destructors. 1463 1464 1464 #if ENABLE(JIT)1465 1465 for (size_t size = m_structureStubInfos.size(), i = 0; i < size; ++i) 1466 1466 m_structureStubInfos[i].deref();
Note:
See TracChangeset
for help on using the changeset viewer.