| Index: Source/modules/notifications/Notification.idl
|
| diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl
|
| index b09bece2edbc6757e165c75ac770a501bbda945e..e04824c44f14ba816dad9c88a4619f0699f68f62 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 boolean silent;
|
|
|
| [MeasureAs=NotificationClosed] void close();
|
| };
|
|
|