| Index: Source/modules/geolocation/NavigatorGeolocation.h
|
| diff --git a/Source/modules/geolocation/NavigatorGeolocation.h b/Source/modules/geolocation/NavigatorGeolocation.h
|
| index 37c37e55189c99ee0b1dcdd2e16427014e6542be..0db76f8ded026dcaa50e67a836870d1daa9b33f2 100644
|
| --- a/Source/modules/geolocation/NavigatorGeolocation.h
|
| +++ b/Source/modules/geolocation/NavigatorGeolocation.h
|
| @@ -29,7 +29,7 @@ class Frame;
|
| class Geolocation;
|
| class Navigator;
|
|
|
| -class NavigatorGeolocation : public Supplement<Navigator>, public DOMWindowProperty {
|
| +class NavigatorGeolocation FINAL : public Supplement<Navigator>, public DOMWindowProperty {
|
| public:
|
| virtual ~NavigatorGeolocation();
|
| static NavigatorGeolocation* from(Navigator*);
|
|
|