| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.idl b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.idl
|
| index 3df6b33431d15823e57c5bad02874a7de60fd0b4..8c556979c8b199f9e2133758c117b31b01a1c433 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.idl
|
| @@ -41,7 +41,6 @@ enum ServiceWorkerState {
|
| [
|
| ActiveScriptWrappable,
|
| DependentLifetime,
|
| - GarbageCollected,
|
| ] interface ServiceWorker : EventTarget {
|
|
|
| [PostMessage, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
|
|
|