| Index: Source/modules/geolocation/Geolocation.h
|
| diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h
|
| index 094580639cb1adaa16633b1bb1487fe4a0e59ee7..e4aed045f52a159b4f269b9c530478332a671486 100644
|
| --- a/Source/modules/geolocation/Geolocation.h
|
| +++ b/Source/modules/geolocation/Geolocation.h
|
| @@ -55,10 +55,10 @@ class MODULES_EXPORT Geolocation final
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Geolocation);
|
| public:
|
| static Geolocation* create(ExecutionContext*);
|
| - virtual ~Geolocation();
|
| + ~Geolocation() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - virtual void stop() override;
|
| + void stop() override;
|
| Document* document() const;
|
| LocalFrame* frame() const;
|
|
|
|
|