| Index: third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.h
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.h b/third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.h
|
| index feecf4aa674280b7a3633dd8253c468576158fbd..092a92740d315dfa72b7c64e3bba4b5be221b9b0 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.h
|
| +++ b/third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.h
|
| @@ -30,7 +30,7 @@ class LocalFrame;
|
| class Geolocation;
|
| class Navigator;
|
|
|
| -class NavigatorGeolocation final : public GarbageCollectedFinalized<NavigatorGeolocation>, public HeapSupplement<Navigator>, public DOMWindowProperty {
|
| +class NavigatorGeolocation final : public GarbageCollectedFinalized<NavigatorGeolocation>, public Supplement<Navigator>, public DOMWindowProperty {
|
| USING_GARBAGE_COLLECTED_MIXIN(NavigatorGeolocation);
|
| public:
|
| static NavigatorGeolocation& from(Navigator&);
|
|
|