Index: Source/modules/serviceworkers/ServiceWorkerClients.idl |
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.idl b/Source/modules/serviceworkers/ServiceWorkerClients.idl |
index 5d058d76289c851cefd5bc032d53a6eceac895dc..4e3b5e4a7d8245895bbc11df61e6e92581d3572b 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerClients.idl |
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.idl |
@@ -7,6 +7,7 @@ |
Exposed=ServiceWorker, |
RuntimeEnabled=ServiceWorker, |
GarbageCollected, |
+ TypeChecking=Interface, |
] interface ServiceWorkerClients { |
[CallWith=ScriptState] Promise getAll(optional ServiceWorkerClientQueryOptions options); |
}; |