Index: Source/platform/fonts/GlyphPageTreeNode.h |
diff --git a/Source/platform/fonts/GlyphPageTreeNode.h b/Source/platform/fonts/GlyphPageTreeNode.h |
index 5c5a6f7fe3aead0718a5480a5617a84178c1147b..b6e0e9d0b51ef3a8396b9b35fb257ab9565aae24 100644 |
--- a/Source/platform/fonts/GlyphPageTreeNode.h |
+++ b/Source/platform/fonts/GlyphPageTreeNode.h |
@@ -134,7 +134,7 @@ private: |
static GlyphPageTreeNode* pageZeroRoot; |
RefPtr<GlyphPage> m_page; |
- typedef HashMap<const FontData*, OwnPtr<GlyphPageTreeNode> > GlyphPageTreeNodeMap; |
+ typedef HashMap<const FontData*, OwnPtr<GlyphPageTreeNode>> GlyphPageTreeNodeMap; |
GlyphPageTreeNodeMap m_children; |
OwnPtr<SystemFallbackGlyphPageTreeNode> m_systemFallbackChild; |
}; |