| Index: third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
|
| diff --git a/third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl b/third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
|
| index b47c770a0abd4cb2ac8231f8fe5ed907971f343a..b66fc4e7401e17185edff5a12b0c16a5fb3df8fb 100644
|
| --- a/third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
|
| +++ b/third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.idl
|
| @@ -6,5 +6,5 @@
|
| RuntimeEnabled=NetworkInformation,
|
| Exposed=Worker
|
| ] partial interface WorkerNavigator {
|
| - [CallWith=ExecutionContext, MeasureAs=NetInfo] readonly attribute NetworkInformation connection;
|
| + [CallWith=ScriptState, MeasureAs=NetInfo] readonly attribute NetworkInformation connection;
|
| };
|
|
|