Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
index 384e57ad042fd34fc39677d21baad0864b765cce..06844924be2e22808e8c2176fe72bd3be647fdec 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
@@ -48,7 +48,9 @@ public: |
static PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient> create(WebServiceWorkerContextClient&); |
virtual ~ServiceWorkerGlobalScopeClientImpl(); |
- virtual void getClients(WebServiceWorkerClientsCallbacks*); |
+ virtual void getClients(WebServiceWorkerClientsCallbacks*) override; |
+ virtual void openWindow(const WebURL&, WebServiceWorkerClientCallbacks*) override; |
+ |
virtual WebURL scope() const override; |
virtual WebServiceWorkerCacheStorage* cacheStorage() const override; |