Ignore:
Timestamp:
Mar 1, 2011, 11:54:39 AM (14 years ago)
Author:
[email protected]
Message:

2011-03-01 Michael Saboff <[email protected]>

Reviewed by Darin Adler.

TinyMCE not working in nightlies
https://bugs.webkit.org/show_bug.cgi?id=54978

Disabling setupBeginChars() to temporarily work arround the test
failure. Filed https://bugs.webkit.org/show_bug.cgi?id=55479
to track fixing the issue.

  • yarr/YarrPattern.cpp: (JSC::Yarr::YarrPattern::compile):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/yarr/YarrPattern.cpp

    r79594 r80018  
    993993       
    994994    constructor.setupOffsets();
    995     constructor.setupBeginChars();
     995    // TODO: Disabling the begin characters optimization due to problems found
     996    //    in https://bugs.webkit.org/show_bug.cgi?id=54978.
     997    //    A new defect was filed to track this issue:
     998    //        https://bugs.webkit.org/show_bug.cgi?id=55479
     999    // constructor.setupBeginChars();
    9961000
    9971001    return 0;
Note: See TracChangeset for help on using the changeset viewer.