Changeset 69847 in webkit


Ignore:
Timestamp:
Oct 15, 2010 2:04:22 AM (14 years ago)
Author:
loislo@chromium.org
Message:

2010-10-15 Ilya Tikhonovsky <loislo@chromium.org>

Unreviewed build fix for Debug Leopard which is failng to compile after r69842.

  • yarr/RegexInterpreter.cpp: (JSC::Yarr::ByteCompiler::emitDisjunction):
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r69842 r69847  
     12010-10-15  Ilya Tikhonovsky  <loislo@chromium.org>
     2
     3        Unreviewed build fix for Debug Leopard which is failng to compile after r69842.
     4
     5        * yarr/RegexInterpreter.cpp:
     6        (JSC::Yarr::ByteCompiler::emitDisjunction):
     7
    182010-10-15  Peter Varga  <pvarga@inf.u-szeged.hu>
    29
  • trunk/JavaScriptCore/yarr/RegexInterpreter.cpp

    r69842 r69847  
    16051605                    unsigned alternativeFrameLocation = term.frameLocation + RegexStackSpaceForBackTrackInfoParentheticalAssertion;
    16061606
    1607                     ASSERT(currentCountAlreadyChecked >= term.inputPosition);
     1607                    ASSERT(currentCountAlreadyChecked >= (unsigned)term.inputPosition);
    16081608                    int positiveInputOffset = currentCountAlreadyChecked - term.inputPosition;
    16091609
Note: See TracChangeset for help on using the changeset viewer.