| Index: third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl b/third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| index d1734343bd579bf93a29121244567bba92cafb9f..3d987003ee5e0ff701d8467151e595c25509024b 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.idl
|
| @@ -4,5 +4,5 @@
|
|
|
| // https://w3c.github.io/ServiceWorker/#navigator-service-worker
|
| partial interface Navigator {
|
| - [RaisesException, CallWith=ExecutionContext] readonly attribute ServiceWorkerContainer serviceWorker;
|
| + [RaisesException, CallWith=ScriptState] readonly attribute ServiceWorkerContainer serviceWorker;
|
| };
|
|
|