summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSCustomPositionCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSCustomPositionCallback.h')
-rw-r--r--WebCore/bindings/js/JSCustomPositionCallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/js/JSCustomPositionCallback.h b/WebCore/bindings/js/JSCustomPositionCallback.h
index 6c0d306..9c8fe86 100644
--- a/WebCore/bindings/js/JSCustomPositionCallback.h
+++ b/WebCore/bindings/js/JSCustomPositionCallback.h
@@ -44,7 +44,7 @@ class JSCustomPositionCallback : public PositionCallback {
public:
static PassRefPtr<JSCustomPositionCallback> create(JSC::JSObject* callback, Frame* frame) { return adoptRef(new JSCustomPositionCallback(callback, frame)); }
- virtual void handleEvent(Geoposition*, bool& raisedException);
+ virtual void handleEvent(Geoposition*);
private:
JSCustomPositionCallback(JSC::JSObject* callback, Frame*);