| Index: Source/modules/serviceworkers/CacheStorage.h
|
| diff --git a/Source/modules/serviceworkers/CacheStorage.h b/Source/modules/serviceworkers/CacheStorage.h
|
| index 4fa2912be72505f4986afead7666e9774a3eb257..ced45190ff96a74e8044e50b71ba5cea10c626cd 100644
|
| --- a/Source/modules/serviceworkers/CacheStorage.h
|
| +++ b/Source/modules/serviceworkers/CacheStorage.h
|
| @@ -48,7 +48,7 @@ private:
|
| ScriptPromise matchImpl(ScriptState*, const Request*, const CacheQueryOptions&);
|
|
|
| WebServiceWorkerCacheStorage* m_webCacheStorage;
|
| - HeapHashMap<String, Member<Cache> > m_nameToCacheMap;
|
| + HeapHashMap<String, Member<Cache>> m_nameToCacheMap;
|
| };
|
|
|
| } // namespace blink
|
|
|