Index: Source/core/css/CSSFontFaceSource.h |
diff --git a/Source/core/css/CSSFontFaceSource.h b/Source/core/css/CSSFontFaceSource.h |
index 49f6f61f61a45eeeeedacba7c3358475be1b4b28..0b1e233871b83f4c0f1425eb9861b3a409791e3a 100644 |
--- a/Source/core/css/CSSFontFaceSource.h |
+++ b/Source/core/css/CSSFontFaceSource.h |
@@ -62,7 +62,7 @@ protected: |
CSSFontFaceSource(); |
virtual PassRefPtr<SimpleFontData> createFontData(const FontDescription&) = 0; |
- typedef HashMap<unsigned, RefPtr<SimpleFontData> > FontDataTable; // The hash key is composed of size synthetic styles. |
+ typedef HashMap<unsigned, RefPtr<SimpleFontData>> FontDataTable; // The hash key is composed of size synthetic styles. |
RawPtrWillBeMember<CSSFontFace> m_face; // Our owning font face. |
FontDataTable m_fontDataTable; |