| Index: Source/modules/serviceworkers/CacheQueryOptions.idl
|
| diff --git a/Source/modules/serviceworkers/CacheQueryOptions.idl b/Source/modules/serviceworkers/CacheQueryOptions.idl
|
| index b1ecd3e032ba8ccbeca9e5fd2d99b9b840a15b92..60ad4ed80042d12d5ee864d9c3b23ad4b0cd14a9 100644
|
| --- a/Source/modules/serviceworkers/CacheQueryOptions.idl
|
| +++ b/Source/modules/serviceworkers/CacheQueryOptions.idl
|
| @@ -3,9 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| // https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache
|
| -[
|
| - GarbageCollected
|
| -] dictionary CacheQueryOptions {
|
| +dictionary CacheQueryOptions {
|
| boolean ignoreSearch = false;
|
| boolean ignoreMethod = false;
|
| boolean ignoreVary = false;
|
|
|