From f315b8dc6324ae505bd9c926b0e22db9a40f0c16 Mon Sep 17 00:00:00 2001 From: "abarth@webkit.org" Date: Tue, 8 Sep 2009 06:22:55 +0000 Subject: [PATCH] 2009-09-07 Adam Barth Unreviewed speculative build fix for Snow Leopard. * platform/GeolocationService.cpp: (WebCore::createGeolocationServiceNull): git-svn-id: https://svn.webkit.org/repository/webkit/trunk@48145 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog | 7 +++++++ WebCore/platform/GeolocationService.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index ccdb8e462ae7..4925334329ee 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,10 @@ +2009-09-07 Adam Barth + + Unreviewed speculative build fix for Snow Leopard. + + * platform/GeolocationService.cpp: + (WebCore::createGeolocationServiceNull): + 2009-09-07 Steve Block Reviewed by Adam Barth. diff --git a/WebCore/platform/GeolocationService.cpp b/WebCore/platform/GeolocationService.cpp index 8d5e769ba3e8..e60ef0057e20 100644 --- a/WebCore/platform/GeolocationService.cpp +++ b/WebCore/platform/GeolocationService.cpp @@ -35,7 +35,7 @@ namespace WebCore { #if !ENABLE(GEOLOCATION) -GeolocationService* createGeolocationServiceNull(GeolocationServiceClient*) +static GeolocationService* createGeolocationServiceNull(GeolocationServiceClient*) { return 0; } -- 2.36.0