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