summaryrefslogtreecommitdiff
path: root/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h')
-rw-r--r--Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h b/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h
index 95908f619..5fa2fbbb8 100644
--- a/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h
+++ b/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h
@@ -58,7 +58,7 @@ public:
private:
// IPC::MessageReceiver
- virtual void didReceiveMessage(IPC::Connection*, IPC::MessageDecoder&) override;
+ void didReceiveMessage(IPC::Connection&, IPC::Decoder&) override;
bool isUpdating() const { return !m_pageSet.isEmpty(); }
bool isHighAccuracyEnabled() const { return !m_highAccuracyPageSet.isEmpty(); }