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