| Index: Source/modules/geolocation/NavigatorGeolocation.h
|
| diff --git a/Source/modules/geolocation/NavigatorGeolocation.h b/Source/modules/geolocation/NavigatorGeolocation.h
|
| index 7c3f807c0f7f4dd5c368100ae6d1cc856e7e2a01..47b241c0970c1d0205dff087084c5400bfeff48c 100644
|
| --- a/Source/modules/geolocation/NavigatorGeolocation.h
|
| +++ b/Source/modules/geolocation/NavigatorGeolocation.h
|
| @@ -30,7 +30,7 @@ class LocalFrame;
|
| class Geolocation;
|
| class Navigator;
|
|
|
| -class NavigatorGeolocation FINAL : public NoBaseWillBeGarbageCollected<NavigatorGeolocation>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
|
| +class NavigatorGeolocation final : public NoBaseWillBeGarbageCollected<NavigatorGeolocation>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorGeolocation);
|
| DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(NavigatorGeolocation);
|
| public:
|
|
|