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