| 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 044c054a291201fa013a6ce5d5ff1c3de325ef84..be78856c3bc5028caa5b6d13f526f6d41ce61853 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationAction.idl
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationAction.idl
|
| @@ -7,4 +7,5 @@
|
| dictionary NotificationAction {
|
| required DOMString action;
|
| required DOMString title;
|
| + [RuntimeEnabled=NotificationActionIcons] USVString icon;
|
| };
|
|
|