| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| index df412a74aed60fa7b1149dbd89eae577348e5d48..71ea34ea209af1e9c5a387a9242e16195e250a8d 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| @@ -40,8 +40,6 @@
|
|
|
| [CallWith=ScriptState, RaisesException] Promise<Response> fetch(RequestInfo input, optional Dictionary init);
|
|
|
| - [RaisesException] void close();
|
| -
|
| [CallWith=ScriptState] Promise<void> skipWaiting();
|
|
|
| attribute EventHandler onactivate;
|
|
|