| Index: Source/modules/notifications/Notification.idl
|
| diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl
|
| index e04824c44f14ba816dad9c88a4619f0699f68f62..e684d228a338e83e0478ab345aef6b15b0482777 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, CallWith=ScriptState] readonly attribute any data;
|
|
|
| [MeasureAs=NotificationClosed] void close();
|
| };
|
|
|