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