Index: Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h |
index 30c34b410644b46d4ab9d0eb29e1c08bcfc05153..e1090b480835b3e8f7ca8780d56f8400f2bbfc52 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -76,7 +76,6 @@ public: |
void dispatchGeofencingEvent(int, WebGeofencingEventType, const WebString& regionID, const WebCircularGeofencingRegion&) override; |
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; |