Changeset 112455 in webkit for trunk/Source/JavaScriptCore


Ignore:
Timestamp:
Mar 28, 2012, 3:20:52 PM (13 years ago)
Author:
[email protected]
Message:

Yarr: if we're not using the output array, don't populate it!
https://bugs.webkit.org/show_bug.cgi?id=82519

Reviewed by Sam Weinig.

  • runtime/RegExp.cpp:

(JSC):

  • Missed review comment! - didn't fully remove RegExpRepresentation.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r112454 r112455  
     12012-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
    1122012-03-28  Gavin Barraclough  <[email protected]>
    213
  • trunk/Source/JavaScriptCore/runtime/RegExp.cpp

    r112454 r112455  
    218218#endif
    219219
    220 struct RegExpRepresentation {
    221 };
    222 
    223220RegExp::RegExp(JSGlobalData& globalData, const UString& patternString, RegExpFlags flags)
    224221    : JSCell(globalData, globalData.regExpStructure.get())
Note: See TracChangeset for help on using the changeset viewer.