| Index: third_party/WebKit/Source/modules/webshare/NavigatorShare.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webshare/NavigatorShare.cpp b/third_party/WebKit/Source/modules/webshare/NavigatorShare.cpp
|
| index 74441a79cce43637e1dfabb9405792236fee5621..cf1aa86a3de6612a5e7795e03f9001dc09dba9cb 100644
|
| --- a/third_party/WebKit/Source/modules/webshare/NavigatorShare.cpp
|
| +++ b/third_party/WebKit/Source/modules/webshare/NavigatorShare.cpp
|
| @@ -15,7 +15,7 @@
|
|
|
| namespace blink {
|
|
|
| -class NavigatorShare::ShareClientImpl : public GarbageCollectedFinalized<ShareClientImpl> {
|
| +class NavigatorShare::ShareClientImpl final : public GarbageCollected<ShareClientImpl> {
|
| public:
|
| ShareClientImpl(NavigatorShare*, ScriptPromiseResolver*);
|
|
|
|
|