Chromium Code Reviews| Index: Source/modules/serviceworkers/ServiceWorker.idl |
| diff --git a/Source/modules/serviceworkers/ServiceWorker.idl b/Source/modules/serviceworkers/ServiceWorker.idl |
| index 4efa4398396da932f946de2c68cf37f6236a5f3f..4fdf546840490605b6adcce6873a05718dcead70 100644 |
| --- a/Source/modules/serviceworkers/ServiceWorker.idl |
| +++ b/Source/modules/serviceworkers/ServiceWorker.idl |
| @@ -40,6 +40,7 @@ enum ServiceWorkerState { |
| [ |
| ActiveDOMObject, |
| + GarbageCollected, |
| TypeChecking=Interface, |
| ] interface ServiceWorker : EventTarget { |