Changeset 49721 in webkit for trunk/JavaScriptCore/API/JSCallbackConstructor.h
- Timestamp:
- Oct 16, 2009, 6:06:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackConstructor.h
r49694 r49721 42 42 static PassRefPtr<Structure> createStructure(JSValue proto) 43 43 { 44 return Structure::create(proto, TypeInfo(ObjectType, ImplementsHasInstance));44 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags)); 45 45 } 46 47 protected: 48 static const unsigned StructureFlags = ImplementsHasInstance | JSObject::StructureFlags; 46 49 47 50 private:
Note:
See TracChangeset
for help on using the changeset viewer.