Skip to content
  • commit-queue@webkit.org's avatar
    Fix !ENABLE(JAVASCRIPT_DEBUGGER) build. · 2585f3b2
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=125083
    
    Patch by Peter Molnar <pmolnar.u-szeged@partner.samsung.com> on 2013-12-04
    Reviewed by Mark Lam.
    
    * debugger/Debugger.cpp:
    * debugger/Debugger.h:
    (JSC::Debugger::Debugger):
    (JSC::Debugger::needsOpDebugCallbacks):
    (JSC::Debugger::needsExceptionCallbacks):
    (JSC::Debugger::detach):
    (JSC::Debugger::sourceParsed):
    (JSC::Debugger::exception):
    (JSC::Debugger::atStatement):
    (JSC::Debugger::callEvent):
    (JSC::Debugger::returnEvent):
    (JSC::Debugger::willExecuteProgram):
    (JSC::Debugger::didExecuteProgram):
    (JSC::Debugger::didReachBreakpoint):
    * debugger/DebuggerPrimitives.h:
    * jit/JITOpcodes.cpp:
    (JSC::JIT::emit_op_debug):
    * jit/JITOpcodes32_64.cpp:
    (JSC::JIT::emit_op_debug):
    * llint/LLIntOfflineAsmConfig.h:
    * llint/LowLevelInterpreter.asm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@160082 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2585f3b2