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