Changeset 49649 in webkit for trunk/JavaScriptCore/runtime/JSPropertyNameIterator.h
- Timestamp:
- Oct 15, 2009, 12:55:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSPropertyNameIterator.h
r47799 r49649 52 52 static PassRefPtr<Structure> createStructure(JSValue prototype) 53 53 { 54 return Structure::create(prototype, TypeInfo(CompoundType ));54 return Structure::create(prototype, TypeInfo(CompoundType, OverridesMarkChildren)); 55 55 } 56 56 private:
Note:
See TracChangeset
for help on using the changeset viewer.