Chromium Code Reviews| Index: third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl |
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl b/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl |
| index 79ab16bbd792c2a4c943c1189d1873393451f886..913cdc8b0d9278e6d6ff87b914a5b034f4ee4f83 100644 |
| --- a/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl |
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl |
| @@ -7,4 +7,5 @@ |
| dictionary NotificationEventInit : ExtendableEventInit { |
| required Notification notification; |
| DOMString action = ""; |
| + DOMString reply = ""; |
| }; |