Changeset 112455 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Mar 28, 2012, 3:20:52 PM (13 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r112454 r112455 1 2012-03-28 Gavin Barraclough <[email protected]> 2 3 Yarr: if we're not using the output array, don't populate it! 4 https://bugs.webkit.org/show_bug.cgi?id=82519 5 6 Reviewed by Sam Weinig. 7 8 * runtime/RegExp.cpp: 9 (JSC): 10 - Missed review comment! - didn't fully remove RegExpRepresentation. 11 1 12 2012-03-28 Gavin Barraclough <[email protected]> 2 13 -
trunk/Source/JavaScriptCore/runtime/RegExp.cpp
r112454 r112455 218 218 #endif 219 219 220 struct RegExpRepresentation {221 };222 223 220 RegExp::RegExp(JSGlobalData& globalData, const UString& patternString, RegExpFlags flags) 224 221 : JSCell(globalData, globalData.regExpStructure.get())
Note:
See TracChangeset
for help on using the changeset viewer.