diff -r 4f2f89ce4247 -r 303757a437d3 WebKit/win/ChangeLog --- a/WebKit/win/ChangeLog Fri Sep 17 09:02:29 2010 +0300 +++ b/WebKit/win/ChangeLog Mon Oct 04 01:32:07 2010 +0300 @@ -1,3 +1,15 @@ +2010-07-27 Steve Block + + Reviewed by Alexey Proskuryakov. + + Client-based Geolocation does not pass enableHighAccuracy option to controller and client + https://bugs.webkit.org/show_bug.cgi?id=40374 + + Stub out setEnableHighAccuracy method for the Win port. + + * WebCoreSupport/WebGeolocationControllerClient.h: + (WebGeolocationControllerClient::setEnableHighAccuracy): + 2010-07-21 Brady Eidson Reviewed by Geoffrey Garen.