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