diff options
Diffstat (limited to 'Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h')
-rw-r--r-- | Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h b/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h index 6e245570d..6f5d83fe2 100644 --- a/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h +++ b/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h @@ -64,7 +64,6 @@ private: void didFailToDeterminePosition(const String& errorMessage); WebProcess* m_process; - bool m_didAddMessageReceiver; HashSet<WebPage*> m_pageSet; }; |