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