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 fca2392c2ec58409ba5ed33c98a29488762b0470..67cc36988c7d84f8a6100c5a13a93c34745cf627 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.idl |
@@ -31,7 +31,7 @@ |
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-container-interface |
[ |
] interface ServiceWorkerContainer : EventTarget { |
- [Unforgeable] readonly attribute ServiceWorker? controller; |
+ readonly attribute ServiceWorker? controller; |
[CallWith=ScriptState] readonly attribute Promise<ServiceWorkerRegistration> ready; |
[CallWith=ScriptState, ImplementedAs=registerServiceWorker] Promise<ServiceWorkerRegistration> register(USVString url, optional RegistrationOptions options); |