Index: Source/modules/notifications/Notification.h |
diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h |
index 31735bfc09638301e01ed1731ef34223e6263b7f..5d0c75304b11c4fb7ed38c5c99626673436be4d5 100644 |
--- a/Source/modules/notifications/Notification.h |
+++ b/Source/modules/notifications/Notification.h |
@@ -85,6 +85,7 @@ public: |
// WebNotificationDelegate implementation. |
void dispatchShowEvent() override; |
void dispatchClickEvent() override; |
+ void dispatchClickEvent(int actionIndex) override; |
void dispatchErrorEvent() override; |
void dispatchCloseEvent() override; |