Changeset 48331 in webkit for trunk/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Sep 11, 2009, 9:52:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.h
r48067 r48331 206 206 static PassRefPtr<Structure> createStructure(JSValue prototype) 207 207 { 208 return Structure::create(prototype, TypeInfo(ObjectType, HasStandardGetOwnPropertySlot | HasDefaultMark ));208 return Structure::create(prototype, TypeInfo(ObjectType, HasStandardGetOwnPropertySlot | HasDefaultMark | HasDefaultGetPropertyNames)); 209 209 } 210 210
Note:
See TracChangeset
for help on using the changeset viewer.