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

Unified Diff: Source/platform/fonts/FontDataCache.h

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
« no previous file with comments | « Source/platform/fonts/FontCache.cpp ('k') | Source/platform/fonts/FontDataCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontDataCache.h
diff --git a/Source/platform/fonts/FontDataCache.h b/Source/platform/fonts/FontDataCache.h
index e23669c8492089bcf09a4f6f21ca8e4f3a17d60b..711a475c3b1f1c3250f53b552b7782483315fc03 100644
--- a/Source/platform/fonts/FontDataCache.h
+++ b/Source/platform/fonts/FontDataCache.h
@@ -91,7 +91,7 @@ private:
typedef HashMap<FontPlatformData, pair<RefPtr<SimpleFontData>, unsigned>, FontDataCacheKeyHash, FontDataCacheKeyTraits> Cache;
Cache m_cache;
- ListHashSet<RefPtr<SimpleFontData> > m_inactiveFontData;
+ ListHashSet<RefPtr<SimpleFontData>> m_inactiveFontData;
};
} // namespace blink
« no previous file with comments | « Source/platform/fonts/FontCache.cpp ('k') | Source/platform/fonts/FontDataCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698