| Index: Source/modules/notifications/Notification.idl
|
| diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl
|
| index e04824c44f14ba816dad9c88a4619f0699f68f62..9c7375fe21ec1e09f57de60214f60e0d62be9412 100644
|
| --- a/Source/modules/notifications/Notification.idl
|
| +++ b/Source/modules/notifications/Notification.idl
|
| @@ -56,6 +56,7 @@
|
| readonly attribute DOMString tag;
|
| readonly attribute DOMString icon;
|
| readonly attribute boolean silent;
|
| + [RuntimeEnabled=NotificationExperimental, Custom=Getter] readonly attribute any data;
|
|
|
| [MeasureAs=NotificationClosed] void close();
|
| };
|
|
|