Changeset 108358 in webkit for trunk/Source/JavaScriptCore/heap/MarkStack.cpp
- Timestamp:
- Feb 21, 2012, 8:26:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/MarkStack.cpp
r108309 r108358 304 304 305 305 ASSERT(Heap::isMarked(cell)); 306 306 307 307 if (isJSString(cell)) { 308 308 JSString::visitChildren(const_cast<JSCell*>(cell), visitor);
Note:
See TracChangeset
for help on using the changeset viewer.