Index: Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl |
diff --git a/Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl b/Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl |
index 7ce583ae62473a34a9402372a1d5eb8eab6f43eb..2d78919ea33118ab3a8d42db0e96c39fcf6abd1c 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl |
+++ b/Source/modules/serviceworkers/ServiceWorkerClientQueryOptions.idl |
@@ -3,8 +3,6 @@ |
// found in the LICENSE file. |
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#serviceworker-client-query-params-dictionary |
-[ |
- GarbageCollected |
-] dictionary ServiceWorkerClientQueryOptions { |
+dictionary ServiceWorkerClientQueryOptions { |
boolean includeUncontrolled = false; |
}; |