JSC::CCallHelpers::setupArgumentsWithExecState(TrustedImmPtr, GPRReg&, TrustedImm32, GPRReg&, GPRReg&) prototype is missing in CCallHelpers.h [ 5%] /home/webkitbuildbot/slaves/efl-ARMv7-traditional-official-build/buildslave/efl-linux-armv7-traditional-release/build/Source/JavaScriptCore/jit/Repatch.cpp: In function 'void JSC::emitCustomSetterStub(JSC::ExecState*, const JSC::PutPropertySlot&, JSC::StructureStubInfo&, JSC::Structure*, JSC::StructureChain*, JSC::CodeLocationLabel, WTF::RefPtr<JSC::JITStubRoutine>&)': /home/webkitbuildbot/slaves/efl-ARMv7-traditional-official-build/buildslave/efl-linux-armv7-traditional-release/build/Source/JavaScriptCore/jit/Repatch.cpp:1162:163: error: no matching function for call to 'JSC::CCallHelpers::setupArgumentsWithExecState(JSC::AbstractMacroAssembler<JSC::ARMAssembler>::TrustedImmPtr, JSC::GPRReg&, JSC::AbstractMacroAssembler<JSC::ARMAssembler>::TrustedImm32, JSC::GPRReg&, JSC::GPRReg&)'
Created attachment 226038 [details] Add missing setupArgumentsWithExecState implementation.
See arm buildbot: http://build.webkit.org/builders/EFL%20Linux%20ARMv7%20Traditional%20Release%20%28Build%29/builds/1171/steps/compile-webkit/logs/stdio
Fixed in http://trac.webkit.org/changeset/165217