Chromium Code Reviews| Index: Source/modules/geolocation/GeolocationController.h |
| diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h |
| index 574c8b13ba0e574f1d3820f29a070450560fb37d..92914f33a5f627e5053b14445d74e07aa5a9cf8f 100644 |
| --- a/Source/modules/geolocation/GeolocationController.h |
| +++ b/Source/modules/geolocation/GeolocationController.h |
| @@ -72,6 +72,7 @@ public: |
| virtual void trace(Visitor*) OVERRIDE; |
| virtual void willBeDestroyed() OVERRIDE; |
| + virtual void persistentHostHasBeenDestroyed() OVERRIDE; |
|
Michael van Ouwerkerk
2014/06/12 12:32:34
Nit: please note where these are inherited from.
zerny-chromium
2014/06/12 13:39:25
Done.
|
| private: |
| GeolocationController(LocalFrame&, GeolocationClient*); |