Changeset 49328 in webkit for trunk/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Oct 8, 2009, 3:25:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.h
r49323 r49328 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.