Index: Source/modules/notifications/Notification.idl |
diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl |
index 76823c7173e9b8d6280331c4b40c6b22528c15e0..0be37ba825157eae960582fe5312ffda514326c4 100644 |
--- a/Source/modules/notifications/Notification.idl |
+++ b/Source/modules/notifications/Notification.idl |
@@ -66,6 +66,7 @@ enum NotificationPermission { |
readonly attribute DOMString lang; |
readonly attribute DOMString body; |
readonly attribute DOMString tag; |
+ [RuntimeEnabled=NotificationExperimental] readonly attribute NotificationPriority priority; |
readonly attribute DOMString icon; |
[RuntimeEnabled=NotificationExperimental] readonly attribute sequence<unsigned long>? vibrate; |