| Index: Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index d737346fca66def540a4e8758a9f01619f7066b4..e7902cf94e1e2cf23315ef6d9fe4b0e68b2628a7 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -78,6 +78,7 @@ public:
|
| void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) override;
|
| void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&) override;
|
| void dispatchPushEvent(int, const WebString& data) override;
|
| + void dispatchServicePortConnectEvent(WebServicePortConnectEventCallbacks*, const WebURL& targetURL, const WebString& origin, WebServicePortID) override;
|
| void dispatchSyncEvent(int) override;
|
| void addStashedMessagePorts(const WebMessagePortChannelArray&, const WebVector<WebString>& webChannelNames) override;
|
|
|
|
|