| Index: third_party/WebKit/Source/modules/notifications/Notification.idl
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.idl b/third_party/WebKit/Source/modules/notifications/Notification.idl
|
| index 24310c148a140cd3f18d9ad96c0cfeb547da73da..9e0eb92f8a6d8d5e7ac4ee505db7871307897569 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.idl
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.idl
|
| @@ -68,6 +68,7 @@ enum NotificationPermission {
|
| readonly attribute USVString icon;
|
|
|
| [RuntimeEnabled=NotificationExperimental] readonly attribute sequence<unsigned long>? vibrate;
|
| + readonly attribute DOMTimeStamp timestamp;
|
| readonly attribute boolean silent;
|
| readonly attribute boolean requireInteraction;
|
| [CallWith=ScriptState, SameObject] readonly attribute any data;
|
|
|