| Index: Source/modules/serviceworkers/CacheStorage.idl
|
| diff --git a/Source/modules/serviceworkers/CacheStorage.idl b/Source/modules/serviceworkers/CacheStorage.idl
|
| index cd1b97f56fa7fa71aafd3221dcb0b8c0dddf923d..fb80a407d8aee9e7fd2f39e546aa772cebd2c007 100644
|
| --- a/Source/modules/serviceworkers/CacheStorage.idl
|
| +++ b/Source/modules/serviceworkers/CacheStorage.idl
|
| @@ -4,7 +4,7 @@
|
|
|
| // See https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-storage
|
| [
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| Exposed=ServiceWorker,
|
| RuntimeEnabled=ServiceWorker,
|
| ] interface CacheStorage {
|
|
|