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