From: Debian Qt/KDE Maintainers Date: Fri, 22 Mar 2019 08:42:38 +0000 (+0000) Subject: i386_fastcall X-Git-Tag: archive/raspbian/5.212.0_alpha2-21+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8f155584337c20e100b41d3d58f6407dbfb20dcf;p=qtwebkit-opensource-src.git i386_fastcall Gbp-Pq: Name i386_fastcall.diff --- diff --git a/Source/WebCore/bindings/js/JSImageConstructor.cpp b/Source/WebCore/bindings/js/JSImageConstructor.cpp index 92369060..de553f5f 100644 --- a/Source/WebCore/bindings/js/JSImageConstructor.cpp +++ b/Source/WebCore/bindings/js/JSImageConstructor.cpp @@ -44,7 +44,7 @@ template<> JSValue JSImageConstructor::prototypeForStructure(VM& vm, const JSDOM return JSHTMLElement::getConstructor(vm, &globalObject); } -template<> EncodedJSValue JSImageConstructor::construct(ExecState* state) +template<> EncodedJSValue JSC_HOST_CALL JSImageConstructor::construct(ExecState* state) { JSImageConstructor* jsConstructor = jsCast(state->callee()); Document* document = jsConstructor->document();