| Index: modules/netinfo/NavigatorNetworkInformation.idl
|
| diff --git a/modules/serviceworkers/NavigatorServiceWorker.idl b/modules/netinfo/NavigatorNetworkInformation.idl
|
| similarity index 68%
|
| copy from modules/serviceworkers/NavigatorServiceWorker.idl
|
| copy to modules/netinfo/NavigatorNetworkInformation.idl
|
| index 1f5335479cf79598fd1ce37f85c492eca124fe71..c3ee9e75dddb3af7ae21d13f49605881f2921672 100644
|
| --- a/modules/serviceworkers/NavigatorServiceWorker.idl
|
| +++ b/modules/netinfo/NavigatorNetworkInformation.idl
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - RuntimeEnabled=ServiceWorker,
|
| + RuntimeEnabled=NetworkInformation
|
| ] partial interface Navigator {
|
| - readonly attribute ServiceWorkerContainer serviceWorker;
|
| + readonly attribute NetworkInformation connection;
|
| };
|
|
|