| Index: modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| diff --git a/modules/notifications/ServiceWorkerRegistrationNotifications.idl b/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| index fed85c566370f8028bb89daf65b4697d1667e71c..bb5330bef6bdaf97169b6ccadf4300c69b517804 100644
|
| --- a/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| +++ b/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| @@ -6,7 +6,7 @@
|
|
|
| [
|
| Exposed=(Window, ServiceWorker),
|
| - RuntimeEnabled=ServiceWorkerNotifications
|
| + RuntimeEnabled=Notifications
|
| ] partial interface ServiceWorkerRegistration {
|
| [CallWith=ScriptState, RaisesException] Promise showNotification(DOMString title, optional NotificationOptions options);
|
| [CallWith=ScriptState] Promise<sequence<Notification>> getNotifications(optional GetNotificationOptions filter);
|
|
|