summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings')
-rw-r--r--WebCore/bindings/v8/custom/V8CustomApplicationInstalledCallback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/custom/V8CustomApplicationInstalledCallback.cpp b/WebCore/bindings/v8/custom/V8CustomApplicationInstalledCallback.cpp
index af57b15..4cef919 100644
--- a/WebCore/bindings/v8/custom/V8CustomApplicationInstalledCallback.cpp
+++ b/WebCore/bindings/v8/custom/V8CustomApplicationInstalledCallback.cpp
@@ -62,7 +62,7 @@ void V8CustomApplicationInstalledCallback::handleEvent(bool isInstalled)
RefPtr<Frame> protector(m_frame);
bool callbackReturnValue = false;
- invokeCallback(m_callback, 1, argv, callbackReturnValue);
+ invokeCallback(m_callback, 1, argv, callbackReturnValue, m_frame->document());
}
} // namespace WebCore