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