Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3709)

Unified Diff: Source/modules/serviceworkers/CacheStorage.h

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698