Index: third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
diff --git a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
index 518a0f75fe204d4d1f5ece94af619d0d4c2d148a..6e833f7105ab879caf4a841ac71e8a1cad8c5f60 100644 |
--- a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
+++ b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
@@ -91,8 +91,8 @@ class GlyphMetricsMap { |
static T unknownMetrics(); |
bool m_filledPrimaryPage; |
- GlyphMetricsPage |
- m_primaryPage; // We optimize for the page that contains glyph indices 0-255. |
+ // We optimize for the page that contains glyph indices 0-255. |
+ GlyphMetricsPage m_primaryPage; |
std::unique_ptr<HashMap<int, std::unique_ptr<GlyphMetricsPage>>> m_pages; |
}; |