Bug 49789

Summary: REGRESSION(r72360) build break without JIT
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: barraclough
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Ryuan Choi 2010-11-19 00:29:33 PST
/workspace/webkit/JavaScriptCore/interpreter/Interpreter.cpp: In member function ‘bool JSC::Interpreter::unwindCallFrame(JSC::CallFrame*&, JSC::JSValue, unsigned int&, JSC::CodeBlock*&)’:
/workspace/webkit/JavaScriptCore/interpreter/Interpreter.cpp:596:70: error: no matching function for call to ‘JSC::CodeBlock::bytecodeOffset(JSC::Instruction*)’
/workspace/webkit/JavaScriptCore/bytecode/CodeBlock.h:338:18: note: candidate is: unsigned int JSC::CodeBlock::bytecodeOffset(JSC::CallFrame*, JSC::Instruction*)
Comment 1 Ryuan Choi 2010-11-19 00:35:42 PST
Created attachment 74362 [details]
Patch
Comment 2 Ryuan Choi 2010-11-19 16:32:56 PST

*** This bug has been marked as a duplicate of bug 49808 ***