Bug 49789 - REGRESSION(r72360) build break without JIT
Summary: REGRESSION(r72360) build break without JIT
Status: RESOLVED DUPLICATE of bug 49808
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-19 00:29 PST by Ryuan Choi
Modified: 2010-11-19 16:35 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.12 KB, patch)
2010-11-19 00:35 PST, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***