Changeset 49607 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObject.h
- Timestamp:
- Oct 14, 2009, 8:24:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObject.h
r48883 r49607 268 268 static PassRefPtr<Structure> createStructure(JSValue prototype) 269 269 { 270 return Structure::create(prototype, TypeInfo(ObjectType ));270 return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot)); 271 271 } 272 272
Note:
See TracChangeset
for help on using the changeset viewer.