Changeset 49607 in webkit for trunk/JavaScriptCore/runtime/GlobalEvalFunction.h
- Timestamp:
- Oct 14, 2009, 8:24:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/GlobalEvalFunction.h
r48836 r49607 38 38 static PassRefPtr<Structure> createStructure(JSValue prototype) 39 39 { 40 return Structure::create(prototype, TypeInfo(ObjectType, ImplementsHasInstance | HasStandardGetOwnPropertySlot));40 return Structure::create(prototype, TypeInfo(ObjectType, ImplementsHasInstance)); 41 41 } 42 42
Note:
See TracChangeset
for help on using the changeset viewer.