| Index: third_party/WebKit/Source/modules/notifications/NotificationAction.idl
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationAction.idl b/third_party/WebKit/Source/modules/notifications/NotificationAction.idl
|
| index 5de51f9517846d2d073302e35e31b9bf6c92d2cb..4f0ec6c9bf8a393eabf770d730ceca55216948d2 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationAction.idl
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationAction.idl
|
| @@ -13,6 +13,6 @@ dictionary NotificationAction {
|
| [RuntimeEnabled=NotificationInlineReplies] NotificationActionType type = "button";
|
| required DOMString action;
|
| required DOMString title;
|
| - [RuntimeEnabled=NotificationActionIcons] USVString icon;
|
| + USVString icon;
|
| [RuntimeEnabled=NotificationInlineReplies] DOMString? placeholder = null;
|
| };
|
|
|