| Index: Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 3ebd55b30901b173f9e3d8962aec284183d02eac..4f7ae786adcc7b359fc631b816c4c12ff46c6780 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -79,6 +79,7 @@ public:
|
| virtual void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&) override;
|
| virtual void dispatchPushEvent(int, const WebString& data) override;
|
| virtual void dispatchSyncEvent(int) override;
|
| + virtual void addStashedMessagePorts(const WebMessagePortChannelArray&, const WebVector<WebString>& webChannelNames) override;
|
|
|
| // WorkerReportingProxy overrides:
|
| virtual void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL, int exceptionId) override;
|
|
|