Index: Source/modules/notifications/Notification.idl |
diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl |
index 0ad1096f9b3577e8cbf72eccec2bf20c9eec53bb..e4523ad835e66d8d1245d5bbd28b8db7ad2694c1 100644 |
--- a/Source/modules/notifications/Notification.idl |
+++ b/Source/modules/notifications/Notification.idl |
@@ -44,6 +44,8 @@ |
// FIXME: Implement the Notification.get() method. |
+ [RuntimeEnabled=NotificationExperimental] static readonly attribute unsigned long maxActions; |
+ |
attribute EventHandler onclick; |
[MeasureAs=NotificationShowEvent] attribute EventHandler onshow; |
attribute EventHandler onerror; |