| Index: Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| diff --git a/Source/modules/serviceworkers/NavigatorServiceWorker.idl b/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| index 6ed88f01411fcba70268cce24f8f304dd4e8bf52..85fa9945662cc7de1d25ac2242aa3b3b3df852e6 100644
|
| --- a/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| +++ b/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| @@ -6,5 +6,5 @@
|
| [
|
| RuntimeEnabled=ServiceWorker,
|
| ] partial interface Navigator {
|
| - readonly attribute ServiceWorkerContainer serviceWorker;
|
| + [RaisesException] readonly attribute ServiceWorkerContainer serviceWorker;
|
| };
|
|
|