Index: Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h |
index 2481a3e6ab5537bb5f0eef09206c0aee905afddd..30c34b410644b46d4ab9d0eb29e1c08bcfc05153 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -77,6 +77,7 @@ public: |
void dispatchInstallEvent(int) override; |
void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) override; |
void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&) override; |
+ void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&, int actionIndex) override; |
void dispatchPushEvent(int, const WebString& data) override; |
void dispatchServicePortConnectEvent(WebServicePortConnectEventCallbacks*, const WebURL& targetURL, const WebString& origin, WebServicePortID) override; |
void dispatchSyncEvent(int, const WebSyncRegistration&) override; |