Index: Source/modules/notifications/NotificationOptions.idl |
diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl |
index 364907ecd5f001f352a63e93bf13fc05eba8aa99..aeeef61f70791863ca780c571c97d1b45178ae14 100644 |
--- a/Source/modules/notifications/NotificationOptions.idl |
+++ b/Source/modules/notifications/NotificationOptions.idl |
@@ -20,4 +20,5 @@ dictionary NotificationOptions { |
(unsigned long or sequence<unsigned long>) vibrate; |
boolean silent = false; |
any data = null; |
+ [RuntimeEnabled=NotificationExperimental] sequence<NotificationAction> actions = []; |
}; |