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