| Index: Source/modules/geolocation/Geolocation.h
|
| diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h
|
| index 2ea8ac79122302dd903a8a144ed0ec2a647971fe..2122ddb610dc70144583cc13cac65d25b1c8914b 100644
|
| --- a/Source/modules/geolocation/Geolocation.h
|
| +++ b/Source/modules/geolocation/Geolocation.h
|
| @@ -49,7 +49,7 @@ class GeolocationError;
|
| class GeolocationPosition;
|
| class ExecutionContext;
|
|
|
| -class Geolocation FINAL
|
| +class Geolocation final
|
| : public GarbageCollectedFinalized<Geolocation>
|
| , public ScriptWrappable
|
| , public ActiveDOMObject {
|
| @@ -59,7 +59,7 @@ public:
|
| virtual ~Geolocation();
|
| void trace(Visitor*);
|
|
|
| - virtual void stop() OVERRIDE;
|
| + virtual void stop() override;
|
| Document* document() const;
|
| LocalFrame* frame() const;
|
|
|
|
|