| Index: Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerRegistration.idl b/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| index 67576c5d799521b58f7e76103d0481edb196ab05..bfce8c9fd9b5f137c036da125fed5f368e21ab5a 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| @@ -16,7 +16,6 @@
|
|
|
| readonly attribute USVString scope;
|
|
|
| - [CallWith=ScriptState, RaisesException] void update();
|
| [CallWith=ScriptState] Promise<boolean> unregister();
|
|
|
| attribute EventHandler onupdatefound;
|
|
|