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