| Index: Source/modules/geolocation/Geolocation.h
|
| diff --git a/Source/modules/geolocation/Geolocation.h b/Source/modules/geolocation/Geolocation.h
|
| index 4f8aed2daa7b4583c4bbf9d69443e45434307509..90f26cabc79bfce3533118e9d908f347ef9b44fd 100644
|
| --- a/Source/modules/geolocation/Geolocation.h
|
| +++ b/Source/modules/geolocation/Geolocation.h
|
| @@ -46,7 +46,7 @@ class GeolocationPosition;
|
| class Page;
|
| class ExecutionContext;
|
|
|
| -class Geolocation : public ScriptWrappable, public RefCounted<Geolocation>, public ActiveDOMObject
|
| +class Geolocation FINAL : public ScriptWrappable, public RefCounted<Geolocation>, public ActiveDOMObject
|
| {
|
| public:
|
| static PassRefPtr<Geolocation> create(ExecutionContext*);
|
|
|