Changeset 49649 in webkit for trunk/JavaScriptCore/runtime/BooleanObject.h
- Timestamp:
- Oct 15, 2009, 12:55:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/BooleanObject.h
r49607 r49649 35 35 static PassRefPtr<Structure> createStructure(JSValue prototype) 36 36 { 37 return Structure::create(prototype, TypeInfo(ObjectType, HasDefault Mark | HasDefaultGetPropertyNames));37 return Structure::create(prototype, TypeInfo(ObjectType, HasDefaultGetPropertyNames)); 38 38 } 39 39 };
Note:
See TracChangeset
for help on using the changeset viewer.