Ignore:
Timestamp:
Dec 7, 2008, 8:16:47 PM (16 years ago)
Author:
[email protected]
Message:

Fix non-WREC builds

File:
1 edited

Legend:

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

    r39083 r39089  
    4545    , m_numSubpatterns(0)
    4646{
     47    UNUSED_PARAM(globalData);
    4748#if ENABLE(WREC)
    4849    m_wrecFunction = Generator::compileRegExp(globalData, pattern, &m_numSubpatterns, &m_constructionError, m_executablePool);
     
    6869    , m_numSubpatterns(0)
    6970{
     71    UNUSED_PARAM(globalData);
     72
    7073    // NOTE: The global flag is handled on a case-by-case basis by functions like
    7174    // String::match and RegExpObject::match.
Note: See TracChangeset for help on using the changeset viewer.