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