i386_fastcall
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 22 Mar 2019 08:42:38 +0000 (08:42 +0000)
Gbp-Pq: Name i386_fastcall.diff

Source/WebCore/bindings/js/JSImageConstructor.cpp

index 923690600ab1b711d435347cf6b665f287f47ef0..de553f5fa8997972504e40ff99576aa4ab342ef9 100644 (file)
@@ -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<JSImageConstructor*>(state->callee());
     Document* document = jsConstructor->document();