Index: Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h |
index 188a7a410248a0fe404bf2244da7575263ca234e..3ebd55b30901b173f9e3d8962aec284183d02eac 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -77,7 +77,6 @@ public: |
virtual void dispatchInstallEvent(int) override; |
virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) override; |
virtual void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&) override; |
- virtual void dispatchNotificationClickEvent(int, const WebString& notificationID, const WebNotificationData&) override; |
virtual void dispatchPushEvent(int, const WebString& data) override; |
virtual void dispatchSyncEvent(int) override; |