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