Changeset 107495 in webkit for trunk/Source/JavaScriptCore/heap
- Timestamp:
- Feb 11, 2012, 5:27:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/MarkedBlock.cpp
r107445 r107495 72 72 m_heap->m_destroyedTypeCounts.countVPtr(vptr); 73 73 #endif 74 ASSERT(cell->classInfo() != &JSFinalObject::s_info);75 74 cell->methodTable()->destroy(cell); 76 75
Note:
See TracChangeset
for help on using the changeset viewer.