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