summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/android/GeolocationServiceBridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/android/GeolocationServiceBridge.h')
-rw-r--r--WebCore/platform/android/GeolocationServiceBridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/android/GeolocationServiceBridge.h b/WebCore/platform/android/GeolocationServiceBridge.h
index 6cf9ead..5d26142 100644
--- a/WebCore/platform/android/GeolocationServiceBridge.h
+++ b/WebCore/platform/android/GeolocationServiceBridge.h
@@ -43,7 +43,7 @@ public:
GeolocationServiceBridge(ListenerInterface* listener);
~GeolocationServiceBridge();
- void start();
+ bool start();
void stop();
void setEnableGps(bool enable);