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