[Webkit-unassigned] [Bug 38323] Prevents setLastPosition() before startUpdating() being called.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 30 07:16:47 PDT 2010


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





--- Comment #4 from Marcus Bulach <bulach at chromium.org>  2010-04-30 07:16:47 PST ---
(In reply to comment #2)
> (From update of attachment 54693 [details])
> > diff --git a/WebKit/chromium/src/WebGeolocationServiceBridgeImpl.cpp b/WebKit/chromium/src/WebGeolocationServiceBridgeImpl.cpp
> > index 07f09da30cd97975622fe13fbd867496a51a9e88..9d755a15d4f7892b81a4e78638e9dbae25c181b4 100644
> > --- a/WebKit/chromium/src/WebGeolocationServiceBridgeImpl.cpp
> > +++ b/WebKit/chromium/src/WebGeolocationServiceBridgeImpl.cpp
> > @@ -85,6 +85,7 @@ private:
> >      // GeolocationServiceChromium owns us, we only have a pointer back to it.
> >      GeolocationServiceChromium* m_GeolocationServiceChromium;
> >      int m_bridgeId;
> > +    bool m_startUpdatingRequested;
> >  };
> >  
> >  GeolocationServiceBridge* createGeolocationServiceBridgeImpl(GeolocationServiceChromium* geolocationServiceChromium)
> > @@ -93,7 +94,8 @@ GeolocationServiceBridge* createGeolocationServiceBridgeImpl(GeolocationServiceC
> >  }
> >  
> >  WebGeolocationServiceBridgeImpl::WebGeolocationServiceBridgeImpl(GeolocationServiceChromium* geolocationServiceChromium)
> > -    : m_GeolocationServiceChromium(geolocationServiceChromium)
> > +    : m_GeolocationServiceChromium(geolocationServiceChromium),
> 
> comma on next line

done.

-- 
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