| 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 606f80071b510444f19dc6fae36009d3024c98d6..3f7bab89a77e021c2c98540143df35719c7417cf 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.idl
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.idl
|
| @@ -65,6 +65,7 @@ enum NotificationPermission {
|
| readonly attribute DOMString lang;
|
| readonly attribute DOMString body;
|
| readonly attribute DOMString tag;
|
| + [RuntimeEnabled=NotificationImage] readonly attribute USVString image;
|
| readonly attribute USVString icon;
|
| [RuntimeEnabled=NotificationBadge] readonly attribute USVString badge;
|
|
|
|
|