Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.idl b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
index bc581283b9dbaf1f80663dc91cbc3909e1e056ef..fca2392c2ec58409ba5ed33c98a29488762b0470 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
@@ -30,7 +30,6 @@ |
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-container-interface |
[ |
- GarbageCollected, |
] interface ServiceWorkerContainer : EventTarget { |
[Unforgeable] readonly attribute ServiceWorker? controller; |
[CallWith=ScriptState] readonly attribute Promise<ServiceWorkerRegistration> ready; |