| Index: Source/platform/fonts/Font.h
 | 
| diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h
 | 
| index 6c93603f58d389509ae864e0e363a8f57ae7d7a0..13bb877b04d9f27d32ecc3adbba6c30845521cb6 100644
 | 
| --- a/Source/platform/fonts/Font.h
 | 
| +++ b/Source/platform/fonts/Font.h
 | 
| @@ -99,7 +99,7 @@ public:
 | 
|      void drawEmphasisMarks(GraphicsContext*, const TextRunPaintInfo&, const AtomicString& mark, const FloatPoint&) const;
 | 
|  
 | 
|      float width(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
 | 
| -    float width(const TextRun&, int& charsConsumed, String& glyphName) const;
 | 
| +    float width(const TextRun&, int& charsConsumed, Glyph& glyphId) const;
 | 
|  
 | 
|      int offsetForPosition(const TextRun&, float position, bool includePartialGlyphs) const;
 | 
|      FloatRect selectionRectForText(const TextRun&, const FloatPoint&, int h, int from = 0, int to = -1) const;
 | 
| 
 |