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