| Index: public/web/WebGeolocationController.h
|
| diff --git a/public/web/WebGeolocationController.h b/public/web/WebGeolocationController.h
|
| index 2c36720737245a97c68e03921431323a3e4c0181..13e375727db9e7a5b56df0aa42f38761eae85cbc 100644
|
| --- a/public/web/WebGeolocationController.h
|
| +++ b/public/web/WebGeolocationController.h
|
| @@ -35,8 +35,6 @@ class GeolocationController;
|
| class WebGeolocationPosition;
|
| class WebGeolocationError;
|
|
|
| -// Note that the WebGeolocationController is invalid after the
|
| -// WebGeolocationClient::geolocationDestroyed() has been received.
|
| class WebGeolocationController : public WebNonCopyable {
|
| public:
|
| BLINK_EXPORT void positionChanged(const WebGeolocationPosition&);
|
|
|