Changeset 47267 in webkit for trunk/JavaScriptCore/runtime/RegExpObject.h
- Timestamp:
- Aug 13, 2009, 10:35:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExpObject.h
r46907 r47267 49 49 static PassRefPtr<Structure> createStructure(JSValue prototype) 50 50 { 51 return Structure::create(prototype, TypeInfo(ObjectType ));51 return Structure::create(prototype, TypeInfo(ObjectType, HasDefaultMark)); 52 52 } 53 53
Note:
See TracChangeset
for help on using the changeset viewer.