Index: Source/modules/notifications/NotificationAction.idl |
diff --git a/Source/modules/notifications/NotificationAction.idl b/Source/modules/notifications/NotificationAction.idl |
index bce87e73532c31ded718b6aea05459bda2b206d6..044c054a291201fa013a6ce5d5ff1c3de325ef84 100644 |
--- a/Source/modules/notifications/NotificationAction.idl |
+++ b/Source/modules/notifications/NotificationAction.idl |
@@ -5,5 +5,6 @@ |
// https://notifications.spec.whatwg.org/#dictdef-notificationaction |
dictionary NotificationAction { |
+ required DOMString action; |
required DOMString title; |
}; |