Bug 129799 - webkitgtk-2.3.91 build failure in JavaScriptCore/interpreter/Interpreter.cpp
Summary: webkitgtk-2.3.91 build failure in JavaScriptCore/interpreter/Interpreter.cpp
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 129683
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-06 05:34 PST by Patrick Welche
Modified: 2014-03-08 11:46 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Welche 2014-03-06 05:34:50 PST
webkitgtk-2.3.91 build fails with:

Source/JavaScriptCore/interpreter/Interpreter.cpp: In member function 'JSC::JSValue JSC::Interpreter::executeCall(JSC::CallFrame*, JSC::JSObject*, JSC::CallType, const JSC::CallData&, JSC::JSValu
e, const JSC::ArgList&)':
Source/JavaScriptCore/interpreter/Interpreter.cpp:972:168: error: 'callToNativeFunction' was not declared in this scope
             result = JSValue::decode(callToNativeFunction(reinterpret_cast<void*>(callData.native.function), &vm.topCallFrame, &protoCallFrame, m_stack.getTopOfStack()));
Comment 1 Landry Breuil 2014-03-08 11:46:05 PST
Depending on the platform/os you target, but i'm pretty sure that's be cause DFG_JIT or LLINT is not enabled for you.