diff options
Diffstat (limited to 'WebCore/platform/GeolocationService.cpp')
-rw-r--r-- | WebCore/platform/GeolocationService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/GeolocationService.cpp b/WebCore/platform/GeolocationService.cpp index e60ef00..be9553b 100644 --- a/WebCore/platform/GeolocationService.cpp +++ b/WebCore/platform/GeolocationService.cpp @@ -34,7 +34,7 @@ namespace WebCore { -#if !ENABLE(GEOLOCATION) +#if !ENABLE(GEOLOCATION) || ENABLE(CLIENT_BASED_GEOLOCATION) static GeolocationService* createGeolocationServiceNull(GeolocationServiceClient*) { return 0; |