| Index: Source/modules/notifications/Notification.idl
|
| diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl
|
| index 0ad1096f9b3577e8cbf72eccec2bf20c9eec53bb..97175edd4fad90fc0abd2c93caecee8173a23dcf 100644
|
| --- a/Source/modules/notifications/Notification.idl
|
| +++ b/Source/modules/notifications/Notification.idl
|
| @@ -55,6 +55,7 @@
|
| readonly attribute DOMString body;
|
| readonly attribute DOMString tag;
|
| readonly attribute DOMString icon;
|
| + readonly attribute DOMString sound;
|
|
|
| [RuntimeEnabled=NotificationExperimental] readonly attribute sequence<unsigned long>? vibrate;
|
| readonly attribute boolean silent;
|
|
|