| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index 51c8e2b9dea68341a7381185e59977c9d2cbbe78..227fb8b9ee475cc5087bd2973540e23b706d1ac1 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -47,6 +47,7 @@ public:
|
| virtual ~ServiceWorkerGlobalScopeClientImpl();
|
|
|
| virtual void getClients(WebServiceWorkerClientsCallbacks*);
|
| + virtual WebServiceWorkerCacheStorage* cacheStorage() const OVERRIDE;
|
| virtual WebURL scope() const OVERRIDE;
|
|
|
| virtual void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult) OVERRIDE;
|
|
|