Index: Source/modules/serviceworkers/Clients.idl |
diff --git a/Source/modules/serviceworkers/Clients.idl b/Source/modules/serviceworkers/Clients.idl |
index 6172a9c018ce783bcde832c3e1f2ec60476bfe33..2f7d8488e4c2b44bfa45d890ff38410c960957eb 100644 |
--- a/Source/modules/serviceworkers/Clients.idl |
+++ b/Source/modules/serviceworkers/Clients.idl |
@@ -10,7 +10,7 @@ |
TypeChecking=Interface, |
ImplementedAs=ServiceWorkerClients, |
] interface Clients { |
- [CallWith=ScriptState] Promise<sequence<Client>?> matchAll(optional ClientQueryOptions options); |
+ [CallWith=ScriptState] Promise<sequence<Client>> matchAll(optional ClientQueryOptions options); |
[RuntimeEnabled=ServiceWorkerClientAttributes, CallWith=ScriptState] Promise<WindowClient?> openWindow(USVString url); |
[CallWith=ScriptState] Promise<void> claim(); |
}; |