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