| Index: third_party/WebKit/Source/modules/beacon/NavigatorBeacon.h
|
| diff --git a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.h b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.h
|
| index 5f11250d3ac6e6bb82eef049c0ab8f4e3e0807a0..bc76a6da1721f4b035a72e1ddfb5621184d456ac 100644
|
| --- a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.h
|
| +++ b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.h
|
| @@ -18,7 +18,7 @@ class ExecutionContext;
|
| class KURL;
|
| class ArrayBufferViewOrBlobOrStringOrFormData;
|
|
|
| -class NavigatorBeacon final : public GarbageCollectedFinalized<NavigatorBeacon>, public LocalFrameLifecycleObserver, public HeapSupplement<Navigator> {
|
| +class NavigatorBeacon final : public GarbageCollectedFinalized<NavigatorBeacon>, public LocalFrameLifecycleObserver, public Supplement<Navigator> {
|
| USING_GARBAGE_COLLECTED_MIXIN(NavigatorBeacon);
|
| public:
|
| static NavigatorBeacon& from(Navigator&);
|
|
|