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 913cdc8b0d9278e6d6ff87b914a5b034f4ee4f83..b1081e3ae6ec910fefb219781f73a8f4a1f66703 100644 |
| --- a/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl |
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationEventInit.idl |
| @@ -7,5 +7,5 @@ |
| dictionary NotificationEventInit : ExtendableEventInit { |
| required Notification notification; |
| DOMString action = ""; |
| - DOMString reply = ""; |
| + [RuntimeEnabled=NotificationInlineReplies] DOMString? reply = ""; |
| }; |