Changeset 49335 in webkit for trunk/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Oct 8, 2009, 4:49:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.h
r49331 r49335 683 683 JSCell::markChildren(markStack); 684 684 685 m arkStack.append(prototype());685 m_structure->markAggregate(markStack); 686 686 687 687 PropertyStorage storage = propertyStorage();
Note:
See TracChangeset
for help on using the changeset viewer.