Changeset 49721 in webkit for trunk/JavaScriptCore/runtime/BooleanObject.h
- Timestamp:
- Oct 16, 2009, 6:06:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/BooleanObject.h
r49694 r49721 35 35 static PassRefPtr<Structure> createStructure(JSValue prototype) 36 36 { 37 return Structure::create(prototype, TypeInfo(ObjectType ));37 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags)); 38 38 } 39 39 };
Note:
See TracChangeset
for help on using the changeset viewer.