Index: third_party/WebKit/Source/platform/fonts/SimpleFontData.h |
diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h |
index 0b2dfdc62a3e89160eca39a9901332ddc982f92c..895834da3ed353dade5fbdd058fb94a49525cda8 100644 |
--- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h |
+++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h |
@@ -237,7 +237,7 @@ ALWAYS_INLINE FloatRect SimpleFontData::boundsForGlyph(Glyph glyph) const { |
boundsResult = platformBoundsForGlyph(glyph); |
if (!m_glyphToBoundsMap) |
- m_glyphToBoundsMap = wrapUnique(new GlyphMetricsMap<FloatRect>); |
+ m_glyphToBoundsMap = WTF::wrapUnique(new GlyphMetricsMap<FloatRect>); |
m_glyphToBoundsMap->setMetricsForGlyph(glyph, boundsResult); |
return boundsResult; |