Index: Source/modules/notifications/NotificationEventInit.idl |
diff --git a/Source/modules/notifications/NotificationEventInit.idl b/Source/modules/notifications/NotificationEventInit.idl |
index 47ce14afc6017f3fa04c1baa05abd4ebd2784177..6409504b0709f8778375451ee5604b890f3c1795 100644 |
--- a/Source/modules/notifications/NotificationEventInit.idl |
+++ b/Source/modules/notifications/NotificationEventInit.idl |
@@ -6,4 +6,5 @@ |
dictionary NotificationEventInit : ExtendableEventInit { |
Notification notification; |
+ [RuntimeEnabled=NotificationExperimental] DOMString action = ""; |
}; |