| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index dfb1491eb54c609584b1d43eca27fbfbf2936fa3..fafe1e11fe37013028b45fb5c318ef76578711fd 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -64,7 +64,6 @@ public:
|
| virtual void clearCachedMetadata(const WebURL&) = 0;
|
|
|
| virtual WebURL scope() const = 0;
|
| - virtual WebServiceWorkerCacheStorage* cacheStorage() const = 0;
|
|
|
| virtual void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult) = 0;
|
| // Calling didHandleFetchEvent without response means no response was
|
|
|