| Index: third_party/WebKit/Source/modules/webshare/NavigatorShare.h
|
| diff --git a/third_party/WebKit/Source/modules/webshare/NavigatorShare.h b/third_party/WebKit/Source/modules/webshare/NavigatorShare.h
|
| index 6ffe984298afd6fbbf80c56b9e2e5c374b6225d6..0e05fc5875a2f042e997a7c7ca706b931b8f4cfc 100644
|
| --- a/third_party/WebKit/Source/modules/webshare/NavigatorShare.h
|
| +++ b/third_party/WebKit/Source/modules/webshare/NavigatorShare.h
|
| @@ -41,7 +41,7 @@ class NavigatorShare final : public GarbageCollectedFinalized<NavigatorShare>,
|
| private:
|
| class ShareClientImpl;
|
|
|
| - NavigatorShare();
|
| + explicit NavigatorShare(Navigator&);
|
| static const char* supplementName();
|
|
|
| void onConnectionError();
|
|
|