Changeset 49694 in webkit for trunk/JavaScriptCore/runtime/JSVariableObject.h
- Timestamp:
- Oct 16, 2009, 1:39:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSVariableObject.h
r49649 r49694 61 61 static PassRefPtr<Structure> createStructure(JSValue prototype) 62 62 { 63 return Structure::create(prototype, TypeInfo(ObjectType ));63 return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetPropertyNames)); 64 64 } 65 65
Note:
See TracChangeset
for help on using the changeset viewer.