Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
index 6af4960459482cba65c5a6b317b8817087527692..24c86ad89665ec64e8ec4b2381a164f0e76c7913 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -81,6 +81,7 @@ public: |
virtual void skipWaiting(WebServiceWorkerSkipWaitingCallbacks*) = 0; |
virtual void claim(WebServiceWorkerClientsClaimCallbacks*) = 0; |
virtual void focus(const WebString& clientUUID, WebServiceWorkerClientCallbacks*) = 0; |
+ virtual void stashMessagePort(WebMessagePortChannel*, const WebString& name) = 0; |
static const char* supplementName(); |
static ServiceWorkerGlobalScopeClient* from(ExecutionContext*); |