Index: Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h |
index cf378f7368a10b9a4106c7224bafac5bca72591e..0e3f56f7249f7a1702748ee0889018bfbbf55986 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -74,6 +74,8 @@ public: |
virtual void dispatchGeofencingEvent(int, WebGeofencingEventType, const WebString& regionID, const WebCircularGeofencingRegion&) override; |
virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) override; |
virtual void dispatchPushEvent(int, const WebString& data) override; |
+ virtual void dispatchNotificationClickEvent(int eventID, const WebNotificationData&) override; |
+ virtual void dispatchNotificationErrorEvent(int eventID, const WebNotificationData&) override; |
virtual void dispatchSyncEvent(int) override; |
// WorkerReportingProxy overrides: |