Changeset 49694 in webkit for trunk/JavaScriptCore/runtime/JSONObject.h
- Timestamp:
- Oct 16, 2009, 1:39:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSONObject.h
r49649 r49694 42 42 static PassRefPtr<Structure> createStructure(JSValue prototype) 43 43 { 44 return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot | HasDefaultGetPropertyNames));44 return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot)); 45 45 } 46 46
Note:
See TracChangeset
for help on using the changeset viewer.