diff -r 4f2f89ce4247 -r 303757a437d3 WebKit/mac/WebCoreSupport/WebGeolocationControllerClient.h --- a/WebKit/mac/WebCoreSupport/WebGeolocationControllerClient.h Fri Sep 17 09:02:29 2010 +0300 +++ b/WebKit/mac/WebCoreSupport/WebGeolocationControllerClient.h Mon Oct 04 01:32:07 2010 +0300 @@ -39,6 +39,7 @@ void geolocationDestroyed(); void startUpdating(); void stopUpdating(); + void setEnableHighAccuracy(bool) { } WebCore::GeolocationPosition* lastPosition();