diff options
Diffstat (limited to 'Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp')
-rw-r--r-- | Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp b/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp index 1bdf11d65..691844aaa 100644 --- a/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp +++ b/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp @@ -83,6 +83,8 @@ void WebGeolocationManager::didChangePosition(const WebGeolocationPosition::Data if (page->corePage()) GeolocationController::from(page->corePage())->positionChanged(position.get()); } +#else + UNUSED_PARAM(data); #endif // ENABLE(GEOLOCATION) } |