Bug 129799
| Summary: | webkitgtk-2.3.91 build failure in JavaScriptCore/interpreter/Interpreter.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Patrick Welche <prlw1> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | landry |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 129683 | ||
| Bug Blocks: | |||
Patrick Welche
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()));
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Landry Breuil
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.