| Index: third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| diff --git a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| index bb5330bef6bdaf97169b6ccadf4300c69b517804..11e9b7d968a6f3d7de781b6c49fe97cded90cc22 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| +++ b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| @@ -5,7 +5,7 @@
|
| // https://notifications.spec.whatwg.org/#service-worker-api
|
|
|
| [
|
| - Exposed=(Window, ServiceWorker),
|
| + Exposed=(Window,Worker),
|
| RuntimeEnabled=Notifications
|
| ] partial interface ServiceWorkerRegistration {
|
| [CallWith=ScriptState, RaisesException] Promise showNotification(DOMString title, optional NotificationOptions options);
|
|
|