summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Geolocation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Geolocation.idl')
-rw-r--r--WebCore/page/Geolocation.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/page/Geolocation.idl b/WebCore/page/Geolocation.idl
index e9770ad..e125118 100644
--- a/WebCore/page/Geolocation.idl
+++ b/WebCore/page/Geolocation.idl
@@ -31,6 +31,7 @@ module core {
[Custom] void getCurrentPosition(in PositionCallback successCallback, in PositionErrorCallback errorCallback, in PositionOptions options);
[Custom] long watchPosition(in PositionCallback successCallback, in PositionErrorCallback errorCallback, in PositionOptions options);
+
void clearWatch(in long watchId);
};