| Index: third_party/WebKit/Source/modules/geolocation/GeolocationController.h
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/GeolocationController.h b/third_party/WebKit/Source/modules/geolocation/GeolocationController.h
|
| index 01a0effc120d5f569e8f2939ce0635bcbb934c70..6b6f2a0d83d64d1e6ef57819e431edbb2485a4b6 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/GeolocationController.h
|
| +++ b/third_party/WebKit/Source/modules/geolocation/GeolocationController.h
|
| @@ -40,7 +40,7 @@ class GeolocationClient;
|
| class GeolocationError;
|
| class GeolocationPosition;
|
|
|
| -class MODULES_EXPORT GeolocationController final : public NoBaseWillBeGarbageCollectedFinalized<GeolocationController>, public WillBeHeapSupplement<LocalFrame>, public PageLifecycleObserver {
|
| +class MODULES_EXPORT GeolocationController : public NoBaseWillBeGarbageCollectedFinalized<GeolocationController>, public WillBeHeapSupplement<LocalFrame>, public PageLifecycleObserver {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(GeolocationController);
|
| WTF_MAKE_NONCOPYABLE(GeolocationController);
|
| USING_FAST_MALLOC_WILL_BE_REMOVED(GeolocationController);
|
|
|