Ignore:
Timestamp:
Jan 12, 2011, 3:16:40 AM (14 years ago)
Author:
Csaba Osztrogonác
Message:

Unreviewed, rolling out r75595.
http://trac.webkit.org/changeset/75595
https://bugs.webkit.org/show_bug.cgi?id=52286

Patch by Sheriff Bot <[email protected]> on 2011-01-12
It broke fast/regex/pcre-test-1.html (Requested by Ossy on
#webkit).

  • JavaScriptCore.gypi:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • runtime/RegExp.cpp:
  • yarr/Yarr.h: Removed.
  • yarr/YarrInterpreter.cpp:
  • yarr/YarrInterpreter.h:
  • yarr/YarrJIT.cpp:

(JSC::Yarr::jitCompile):

  • yarr/YarrJIT.h:

(JSC::Yarr::execute):

  • yarr/YarrParser.h:
  • yarr/YarrPattern.cpp:

(JSC::Yarr::compile):
(JSC::Yarr::YarrPattern::YarrPattern):

  • yarr/YarrPattern.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/JavaScriptCore.gypi

    r75595 r75597  
    495495            'wtf/win/OwnPtrWin.cpp',
    496496            'wtf/wx/MainThreadWx.cpp',
    497             'yarr/Yarr.h'
    498497            'yarr/YarrInterpreter.cpp',
    499498            'yarr/YarrInterpreter.h',
Note: See TracChangeset for help on using the changeset viewer.