Index: Source/modules/serviceworkers/ServiceWorkerClients.idl |
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.idl b/Source/modules/serviceworkers/ServiceWorkerClients.idl |
index 4e3b5e4a7d8245895bbc11df61e6e92581d3572b..b3799f010426931171ca4cea339688dcfd38c859 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerClients.idl |
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.idl |
@@ -9,5 +9,5 @@ |
GarbageCollected, |
TypeChecking=Interface, |
] interface ServiceWorkerClients { |
- [CallWith=ScriptState] Promise getAll(optional ServiceWorkerClientQueryOptions options); |
+ [CallWith=ScriptState] Promise<sequence<ServiceWorkerClient>?> getAll(optional ServiceWorkerClientQueryOptions options); |
}; |