Index: Source/platform/fonts/FontCache.h |
diff --git a/Source/platform/fonts/FontCache.h b/Source/platform/fonts/FontCache.h |
index ef9873cf7fcb7a27fc16cc747aabc59d14f920a1..7ec9f7a81536b16262d2989f35138bbd1e36b8b1 100644 |
--- a/Source/platform/fonts/FontCache.h |
+++ b/Source/platform/fonts/FontCache.h |
@@ -174,7 +174,7 @@ private: |
static IDWriteFactory* s_directWriteFactory; |
static float s_deviceScaleFactor; |
static bool s_useSubpixelPositioning; |
- static HashMap<String, RefPtr<SkTypeface> >* s_sideloadedFonts; |
+ static HashMap<String, RefPtr<SkTypeface>>* s_sideloadedFonts; |
// The system font metrics cache. |
static AtomicString* s_menuFontFamilyName; |
static int32_t s_menuFontHeight; |