summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/GeolocationController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/GeolocationController.h')
-rw-r--r--Source/WebCore/page/GeolocationController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/page/GeolocationController.h b/Source/WebCore/page/GeolocationController.h
index 1a2ce69..7c55ce2 100644
--- a/Source/WebCore/page/GeolocationController.h
+++ b/Source/WebCore/page/GeolocationController.h
@@ -57,6 +57,8 @@ public:
GeolocationPosition* lastPosition();
+ GeolocationClient* client() { return m_client; }
+
private:
Page* m_page;
GeolocationClient* m_client;