Ignore:
Timestamp:
Jul 4, 2009, 10:53:20 AM (16 years ago)
Author:
[email protected]
Message:
  • debug build fix
  • runtime/RegExpConstructor.cpp: (JSC::RegExpConstructor::getLastParen):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/RegExpConstructor.cpp

    r45545 r45546  
    207207    unsigned i = d->lastNumSubPatterns;
    208208    if (i > 0) {
    209         ASSERT(d->lastOvector);
     209        ASSERT(!d->lastOvector().isEmpty());
    210210        int start = d->lastOvector()[2 * i];
    211211        if (start >= 0)
Note: See TracChangeset for help on using the changeset viewer.