Changeset 37799 in webkit for trunk/JavaScriptCore/API/JSCallbackConstructor.h
- Timestamp:
- Oct 22, 2008, 5:11:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackConstructor.h
r37684 r37799 42 42 static PassRefPtr<StructureID> createStructureID(JSValuePtr proto) 43 43 { 44 return StructureID::create(proto, TypeInfo(ObjectType, ImplementsHasInstance ));44 return StructureID::create(proto, TypeInfo(ObjectType, ImplementsHasInstance | HasStandardGetOwnPropertySlot)); 45 45 } 46 46
Note:
See TracChangeset
for help on using the changeset viewer.