Changeset 52983 in webkit for trunk/JavaScriptCore/runtime/RegExp.cpp
- Timestamp:
- Jan 8, 2010, 3:32:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/RegExp.cpp
r45545 r52983 66 66 inline RegExp::RegExp(JSGlobalData* globalData, const UString& pattern, const UString& flags) 67 67 : m_pattern(pattern) 68 , m_flags(flags)69 68 , m_flagBits(0) 70 69 , m_constructionError(0)
Note:
See TracChangeset
for help on using the changeset viewer.