Changeset 46210 in webkit for trunk/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jul 21, 2009, 9:03:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/CodeBlock.cpp
r46004 r46210 1320 1320 1321 1321 for (size_t size = m_methodCallLinkInfos.size(), i = 0; i < size; ++i) { 1322 if (Structure* structure = m_methodCallLinkInfos[i].cachedStructure) 1322 if (Structure* structure = m_methodCallLinkInfos[i].cachedStructure) { 1323 1323 structure->deref(); 1324 // Both members must be filled at the same time 1325 ASSERT(m_methodCallLinkInfos[i].cachedPrototypeStructure); 1326 m_methodCallLinkInfos[i].cachedPrototypeStructure->deref(); 1327 } 1324 1328 } 1325 1329
Note:
See TracChangeset
for help on using the changeset viewer.