Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 680912
Collapse All | Expand All

(-)a/Source/WebCore/bindings/js/JSImageConstructor.cpp (-1 / +1 lines)
Lines 44-50 template<> JSValue JSImageConstructor::prototypeForStructure(VM& vm, const JSDOM Link Here
44
    return JSHTMLElement::getConstructor(vm, &globalObject);
44
    return JSHTMLElement::getConstructor(vm, &globalObject);
45
}
45
}
46
46
47
template<> EncodedJSValue JSImageConstructor::construct(ExecState* state)
47
template<> EncodedJSValue JSC_HOST_CALL JSImageConstructor::construct(ExecState* state)
48
{
48
{
49
    JSImageConstructor* jsConstructor = jsCast<JSImageConstructor*>(state->callee());
49
    JSImageConstructor* jsConstructor = jsCast<JSImageConstructor*>(state->callee());
50
    Document* document = jsConstructor->document();
50
    Document* document = jsConstructor->document();

Return to bug 680912