Index: Source/modules/notifications/NotificationEvent.idl |
diff --git a/Source/modules/notifications/NotificationEvent.idl b/Source/modules/notifications/NotificationEvent.idl |
index 89bc93f185a7b4ceacf3f594360597da1ef8e5c8..b43f9ebe03d502ce064920112fc73996b13acf78 100644 |
--- a/Source/modules/notifications/NotificationEvent.idl |
+++ b/Source/modules/notifications/NotificationEvent.idl |
@@ -11,4 +11,5 @@ |
TypeChecking=Interface, |
] interface NotificationEvent : ExtendableEvent { |
readonly attribute Notification notification; |
+ [RuntimeEnabled=NotificationExperimental] readonly attribute DOMString action; |
}; |