| Index: Source/modules/geolocation/GeolocationController.h
|
| diff --git a/Source/modules/geolocation/GeolocationController.h b/Source/modules/geolocation/GeolocationController.h
|
| index 50eaae892cb2f408b711075f9fca8e38e6efc7f6..ad3ccdd82be4158ab44499792dc7ddc5e50d6da9 100644
|
| --- a/Source/modules/geolocation/GeolocationController.h
|
| +++ b/Source/modules/geolocation/GeolocationController.h
|
| @@ -40,7 +40,7 @@ class GeolocationError;
|
| class GeolocationPosition;
|
| class Page;
|
|
|
| -class GeolocationController : public Supplement<Page>, public PageLifecycleObserver {
|
| +class GeolocationController FINAL : public Supplement<Page>, public PageLifecycleObserver {
|
| WTF_MAKE_NONCOPYABLE(GeolocationController);
|
| public:
|
| ~GeolocationController();
|
|
|