summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp')
-rw-r--r--WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp b/WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp
index c6c632b..bd42d94 100644
--- a/WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp
+++ b/WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp
@@ -61,7 +61,7 @@ void V8CustomPositionErrorCallback::handleEvent(PositionError* error)
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