| Index: Source/modules/serviceworkers/ServiceWorkerClients.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.idl b/Source/modules/serviceworkers/ServiceWorkerClients.idl
|
| index a484d6e1e9b645316927631435b2dfce428891f8..b0b751e5cd1ce00b3dc20e04f3ef4dc90a94db73 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClients.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClients.idl
|
| @@ -6,7 +6,7 @@
|
| [
|
| Exposed=ServiceWorker,
|
| RuntimeEnabled=ServiceWorker,
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface ServiceWorkerClients {
|
| [CallWith=ScriptState] Promise getServiced();
|
| };
|
|
|