Changeset 49607 in webkit for trunk/JavaScriptCore/runtime/JSVariableObject.h
- Timestamp:
- Oct 14, 2009, 8:24:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSVariableObject.h
r48836 r49607 61 61 static PassRefPtr<Structure> createStructure(JSValue prototype) 62 62 { 63 return Structure::create(prototype, TypeInfo(ObjectType, Has StandardGetOwnPropertySlot | HasDefaultMark));63 return Structure::create(prototype, TypeInfo(ObjectType, HasDefaultMark)); 64 64 } 65 65
Note:
See TracChangeset
for help on using the changeset viewer.