| Index: Source/platform/fonts/GlyphMetricsMap.h
|
| diff --git a/Source/platform/fonts/GlyphMetricsMap.h b/Source/platform/fonts/GlyphMetricsMap.h
|
| index 3ab6ac6a139ef7bbc16946f9df89e6e6c3bc6258..8b33725894162d93dcd2a5e2b11d2decde78ee66 100644
|
| --- a/Source/platform/fonts/GlyphMetricsMap.h
|
| +++ b/Source/platform/fonts/GlyphMetricsMap.h
|
| @@ -88,7 +88,7 @@ private:
|
|
|
| bool m_filledPrimaryPage;
|
| GlyphMetricsPage m_primaryPage; // We optimize for the page that contains glyph indices 0-255.
|
| - OwnPtr<HashMap<int, OwnPtr<GlyphMetricsPage>> > m_pages;
|
| + OwnPtr<HashMap<int, OwnPtr<GlyphMetricsPage>>> m_pages;
|
| };
|
|
|
| template<> inline float GlyphMetricsMap<float>::unknownMetrics()
|
|
|