| Index: Source/modules/notifications/NotificationEvent.idl
|
| diff --git a/Source/modules/notifications/NotificationEvent.idl b/Source/modules/notifications/NotificationEvent.idl
|
| index 33903691ec6e13098ad5137358aa0973819dbff2..89bc93f185a7b4ceacf3f594360597da1ef8e5c8 100644
|
| --- a/Source/modules/notifications/NotificationEvent.idl
|
| +++ b/Source/modules/notifications/NotificationEvent.idl
|
| @@ -5,7 +5,7 @@
|
| // https://notifications.spec.whatwg.org/#service-worker-api
|
|
|
| [
|
| - EventConstructor,
|
| + Constructor(DOMString type, optional NotificationEventInit eventInitDict),
|
| Exposed=ServiceWorker,
|
| RuntimeEnabled=ServiceWorkerNotifications,
|
| TypeChecking=Interface,
|
|
|