Ignore:
Timestamp:
Jan 30, 2012, 12:38:32 PM (14 years ago)
Author:
[email protected]
Message:

Unreviewed build fix for interpreter builds.

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::CodeBlock):

  • bytecode/CodeBlock.h:

(CodeBlock):

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::privateExecute):

  • tools/CodeProfile.cpp:

(JSC::CodeProfile::sample):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp

    r106255 r106276  
    14511451    , m_optimizationDelayCounter(0)
    14521452    , m_reoptimizationRetryCounter(0)
     1453#if ENABLE(JIT)
    14531454    , m_canCompileWithDFGState(CompileWithDFGUnset)
     1455#endif
    14541456{
    14551457    setNumParameters(other.numParameters());
Note: See TracChangeset for help on using the changeset viewer.