summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Page.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Page.cpp')
-rw-r--r--WebCore/page/Page.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/page/Page.cpp b/WebCore/page/Page.cpp
index 65c3d90..5453e1e 100644
--- a/WebCore/page/Page.cpp
+++ b/WebCore/page/Page.cpp
@@ -158,7 +158,7 @@ Page::Page(const PageClients& pageClients)
, m_inspectorController(adoptPtr(new InspectorController(this, pageClients.inspectorClient)))
#endif
#if ENABLE(CLIENT_BASED_GEOLOCATION)
- , m_geolocationController(adoptPtr(new GeolocationController(this, pageClients.geolocationControllerClient)))
+ , m_geolocationController(adoptPtr(new GeolocationController(this, pageClients.geolocationClient)))
#endif
#if ENABLE(DEVICE_ORIENTATION)
, m_deviceMotionController(RuntimeEnabledFeatures::deviceMotionEnabled() ? new DeviceMotionController(pageClients.deviceMotionClient) : 0)
@@ -937,7 +937,7 @@ Page::PageClients::PageClients()
, dragClient(0)
, inspectorClient(0)
, pluginHalterClient(0)
- , geolocationControllerClient(0)
+ , geolocationClient(0)
, deviceMotionClient(0)
, deviceOrientationClient(0)
, speechInputClient(0)