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