Changeset 46667 in webkit for trunk/JavaScriptCore/runtime/RegExpConstructor.cpp
- Timestamp:
- Aug 1, 2009, 12:51:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExpConstructor.cpp
r45546 r46667 90 90 */ 91 91 92 struct RegExpConstructorPrivate {92 struct RegExpConstructorPrivate : FastAllocBase { 93 93 // Global search cache / settings 94 94 RegExpConstructorPrivate()
Note:
See TracChangeset
for help on using the changeset viewer.