Changeset 49607 in webkit for trunk/JavaScriptCore/runtime/InternalFunction.h
- Timestamp:
- Oct 14, 2009, 8:24:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/InternalFunction.h
r48836 r49607 43 43 static PassRefPtr<Structure> createStructure(JSValue proto) 44 44 { 45 return Structure::create(proto, TypeInfo(ObjectType, ImplementsHasInstance | Has StandardGetOwnPropertySlot | HasDefaultMark));45 return Structure::create(proto, TypeInfo(ObjectType, ImplementsHasInstance | HasDefaultMark)); 46 46 } 47 47
Note:
See TracChangeset
for help on using the changeset viewer.