Changeset 45269 in webkit for trunk/JavaScriptCore/runtime/RegExpConstructor.cpp
- Timestamp:
- Jun 26, 2009, 10:36:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExpConstructor.cpp
r45259 r45269 89 89 */ 90 90 91 struct RegExpConstructorPrivate : public FastAllocBase{91 struct RegExpConstructorPrivate { 92 92 // Global search cache / settings 93 93 RegExpConstructorPrivate()
Note:
See TracChangeset
for help on using the changeset viewer.