| Index: Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| diff --git a/Source/modules/serviceworkers/NavigatorServiceWorker.idl b/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| index 24a55c6081864e59d8c8c7c4804a527a4de6085a..1f5335479cf79598fd1ce37f85c492eca124fe71 100644
|
| --- a/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| +++ b/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| @@ -5,5 +5,5 @@
|
| [
|
| RuntimeEnabled=ServiceWorker,
|
| ] partial interface Navigator {
|
| - readonly attribute NavigatorServiceWorkerInterface serviceWorker;
|
| + readonly attribute ServiceWorkerContainer serviceWorker;
|
| };
|
|
|