Changeset 48331 in webkit for trunk/JavaScriptCore/runtime/RegExpConstructor.h
- Timestamp:
- Sep 11, 2009, 9:52:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExpConstructor.h
r47780 r48331 37 37 static PassRefPtr<Structure> createStructure(JSValue prototype) 38 38 { 39 return Structure::create(prototype, TypeInfo(ObjectType, ImplementsHasInstance | HasDefaultMark ));39 return Structure::create(prototype, TypeInfo(ObjectType, ImplementsHasInstance | HasDefaultMark | HasDefaultGetPropertyNames)); 40 40 } 41 41
Note:
See TracChangeset
for help on using the changeset viewer.