| Index: Source/modules/beacon/NavigatorBeacon.h
|
| diff --git a/Source/modules/beacon/NavigatorBeacon.h b/Source/modules/beacon/NavigatorBeacon.h
|
| index 66bb0d86726389d1f3e55ee37094c34b1be29cb4..a8aa5a4f8a284e698dc5f626207a3bc01efa3603 100644
|
| --- a/Source/modules/beacon/NavigatorBeacon.h
|
| +++ b/Source/modules/beacon/NavigatorBeacon.h
|
| @@ -21,7 +21,7 @@ class ExceptionState;
|
| class ExecutionContext;
|
| class KURL;
|
|
|
| -class NavigatorBeacon FINAL : public NoBaseWillBeGarbageCollected<NavigatorBeacon>, public WillBeHeapSupplement<Navigator> {
|
| +class NavigatorBeacon final : public NoBaseWillBeGarbageCollected<NavigatorBeacon>, public WillBeHeapSupplement<Navigator> {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorBeacon);
|
| public:
|
| static NavigatorBeacon& from(Navigator&);
|
|
|