[Webkit-unassigned] [Bug 36012] Send the frame URL on GeolocationServiceBridgeImpl::startUpdating.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 11 07:47:29 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=36012





--- Comment #3 from Jonathan Dixon <joth at chromium.org>  2010-03-11 07:47:29 PST ---
(From update of attachment 50502)
> Index: WebKit/chromium/public/GeolocationServiceBridgeChromium.h
> ===================================================================
> --- WebKit/chromium/public/GeolocationServiceBridgeChromium.h	(revision 55784)
> +++ WebKit/chromium/public/GeolocationServiceBridgeChromium.h	(working copy)
> @@ -53,7 +53,7 @@ public:
>  class WebGeolocationServiceInterface {
>  public:
>      virtual void requestPermissionForFrame(int bridgeId, const WebURL& url) = 0;
> -    virtual void startUpdating(int bridgeId, bool hasHighAccuracy) = 0;
> +    virtual void startUpdating(int bridgeId, const WebURL& url, bool hasHighAccuracy) = 0;

Nit: I'm not sure if there's a webkit convention on this, but wantsHighAccuracy
would be closer to the intending meaning than hasHighAccuracy

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list