| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 0aca78fadbaab544ff4ee2c1094b46f8638bc270..935910d96807256d928d7e7e5f5e4b82469f67ff 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -73,11 +73,6 @@ WebURL ServiceWorkerGlobalScopeClientImpl::scope() const
|
| return m_client.scope();
|
| }
|
|
|
| -WebServiceWorkerCacheStorage* ServiceWorkerGlobalScopeClientImpl::cacheStorage() const
|
| -{
|
| - return m_client.cacheStorage();
|
| -}
|
| -
|
| void ServiceWorkerGlobalScopeClientImpl::didHandleActivateEvent(int eventID, WebServiceWorkerEventResult result)
|
| {
|
| m_client.didHandleActivateEvent(eventID, result);
|
|
|