| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| index 772f463aba06f5ee93de95b80cfa2833b7ab31b5..25edc6b42f1e73418fab7ca578b717e4457f3a3d 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| @@ -84,7 +84,7 @@ private:
|
|
|
| RefPtrWillBeMember<ServiceWorkerClients> m_clients;
|
| OwnPtr<FetchManager> m_fetchManager;
|
| - RefPtrWillBeMember<CacheStorage> m_cacheStorage;
|
| + RefPtrWillBeMember<CacheStorage> m_caches;
|
| };
|
|
|
| } // namespace blink
|
|
|