| Index: Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 4f7ae786adcc7b359fc631b816c4c12ff46c6780..38815f7f4c2ee824408f8f9ae62420167b915e74 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -75,7 +75,8 @@ public:
|
| virtual void dispatchFetchEvent(int, const WebServiceWorkerRequest&) override;
|
| 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 dispatchMessageEvent(int, const WebServiceWorkerClientInfo&, const WebString& message, const WebMessagePortChannelArray&) override;
|
| + virtual void dispatchMessageEvent(int, WebServiceWorker*, const WebString& message, const WebMessagePortChannelArray&) override;
|
| virtual void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&) override;
|
| virtual void dispatchPushEvent(int, const WebString& data) override;
|
| virtual void dispatchSyncEvent(int) override;
|
|
|