Index: Source/modules/serviceworkers/Cache.idl |
diff --git a/Source/modules/serviceworkers/Cache.idl b/Source/modules/serviceworkers/Cache.idl |
index fe7337d03b075edf2084e7bea81c5efe5ae6a426..5f44e417fa3756698d9bf846f02efdbb874dd871 100644 |
--- a/Source/modules/serviceworkers/Cache.idl |
+++ b/Source/modules/serviceworkers/Cache.idl |
@@ -33,6 +33,7 @@ |
// [CallWith=ScriptState] Promise add((Request or ScalarValueString) request); |
[CallWith=ScriptState] Promise add(Request request); |
+ [CallWith=ScriptState] Promise add(ScalarValueString request); |
// FIXME: The lack of union type support together with the sequence mean we can't use overrides here, instead |
// bind a generic type. |