summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/notifications/notification_event.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/notifications/notification_event.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/notifications/notification_event.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/notifications/notification_event.idl b/chromium/third_party/blink/renderer/modules/notifications/notification_event.idl
index 89ded1ac7b2..768a5c5308a 100644
--- a/chromium/third_party/blink/renderer/modules/notifications/notification_event.idl
+++ b/chromium/third_party/blink/renderer/modules/notifications/notification_event.idl
@@ -5,10 +5,10 @@
// https://notifications.spec.whatwg.org/#service-worker-api
[
- Constructor(DOMString type, NotificationEventInit eventInitDict),
Exposed=ServiceWorker,
RuntimeEnabled=Notifications
] interface NotificationEvent : ExtendableEvent {
+ constructor(DOMString type, NotificationEventInit eventInitDict);
[ImplementedAs=getNotification] readonly attribute Notification notification;
readonly attribute DOMString action;
readonly attribute DOMString? reply;