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