Changeset 77391 in webkit for trunk/Source/JavaScriptCore/runtime/JSCell.h
- Timestamp:
- Feb 2, 2011, 11:21:17 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCell.h
r77151 r77391 352 352 ASSERT(!m_isCheckingForDefaultMarkViolation); 353 353 ASSERT(cell); 354 if (Heap:: checkMarkCell(cell))354 if (Heap::testAndSetMarked(cell)) 355 355 return; 356 356 if (cell->structure()->typeInfo().type() >= CompoundType)
Note:
See TracChangeset
for help on using the changeset viewer.