| Index: third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.idl
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.idl b/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.idl
|
| index 06e1cfd082b3ed50ff5270763660c4b088424c22..ad896d7d1e95711f9c8f8ea29db17de9db850f2d 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.idl
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.idl
|
| @@ -5,7 +5,7 @@
|
| // https://w3c.github.io/push-api/#extensions-to-the-serviceworkerregistration-interface
|
|
|
| [
|
| - Exposed=(Window, ServiceWorker),
|
| + Exposed=(Window,Worker),
|
| RuntimeEnabled=PushMessaging,
|
| ] partial interface ServiceWorkerRegistration {
|
| readonly attribute PushManager pushManager;
|
|
|