| Index: Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 4f7ae786adcc7b359fc631b816c4c12ff46c6780..c0eb387cd1859275b422c14423e6c992c2633a32 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -78,6 +78,7 @@ public:
|
| virtual void dispatchMessageEvent(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 dispatchServicePortConnectEvent(WebServicePortConnectEventCallbacks*, const WebURL& targetURL, const WebString& origin, WebServicePortID) override;
|
| virtual void dispatchSyncEvent(int) override;
|
| virtual void addStashedMessagePorts(const WebMessagePortChannelArray&, const WebVector<WebString>& webChannelNames) override;
|
|
|
|
|