Index: Source/modules/serviceworkers/Cache.idl |
diff --git a/Source/modules/serviceworkers/Cache.idl b/Source/modules/serviceworkers/Cache.idl |
index 739d2665ad9e0c256008aecec0e2646942ae63cf..3ba538cfde52558f5feb7b0d374f68773828b69f 100644 |
--- a/Source/modules/serviceworkers/Cache.idl |
+++ b/Source/modules/serviceworkers/Cache.idl |
@@ -34,7 +34,7 @@ |
// [CallWith=ScriptState] Promise addAll(sequence<any> requests); |
// [CallWith=ScriptState] Promise put((Request or USVString) request, Response response); |
- [CallWith=ScriptState] Promise put(Request request, Response response); |
+ [CallWith=ScriptState, RaisesException] Promise put(Request request, Response response); |
[CallWith=ScriptState, RaisesException] Promise put(USVString request, Response response); |
// [CallWith=ScriptState] Promise delete((Request or USVString) request, optional CacheQueryOptions options); |