Changeset 49721 in webkit for trunk/JavaScriptCore/debugger/DebuggerActivation.h
- Timestamp:
- Oct 16, 2009, 6:06:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/debugger/DebuggerActivation.h
r49694 r49721 52 52 static PassRefPtr<Structure> createStructure(JSValue prototype) 53 53 { 54 return Structure::create(prototype, TypeInfo(ObjectType, OverridesGetOwnPropertySlot | OverridesMarkChildren));54 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags)); 55 55 } 56 57 protected: 58 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | OverridesMarkChildren | JSObject::StructureFlags; 56 59 57 60 private:
Note:
See TracChangeset
for help on using the changeset viewer.