Chromium Code Reviews| 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..0b071f9d302246224721695bf72efd424ee38482 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; |
| + USVString icon; |
| }; |