Changeset 49694 in webkit for trunk/JavaScriptCore/runtime/JSAPIValueWrapper.h
- Timestamp:
- Oct 16, 2009, 1:39:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSAPIValueWrapper.h
r49649 r49694 40 40 static PassRefPtr<Structure> createStructure(JSValue prototype) 41 41 { 42 return Structure::create(prototype, TypeInfo(CompoundType, OverridesMarkChildren ));42 return Structure::create(prototype, TypeInfo(CompoundType, OverridesMarkChildren | OverridesGetPropertyNames)); 43 43 } 44 44
Note:
See TracChangeset
for help on using the changeset viewer.