| Index: Source/platform/fonts/shaping/Shaper.h
|
| diff --git a/Source/platform/fonts/shaping/Shaper.h b/Source/platform/fonts/shaping/Shaper.h
|
| index 18ad7084a5e0850f5dd749ab90df3f48e8b08311..42fc1fe1f13b39b2ffa94e07a1c65745d7cf816a 100644
|
| --- a/Source/platform/fonts/shaping/Shaper.h
|
| +++ b/Source/platform/fonts/shaping/Shaper.h
|
| @@ -55,7 +55,7 @@ protected:
|
| void addEmphasisMark(GlyphBuffer*, float midGlyphOffset) const;
|
|
|
| const Font* m_font;
|
| - const TextRun& m_run;
|
| + const TextRun& m_textRun;
|
| HashSet<const SimpleFontData*>* m_fallbackFonts;
|
| FloatRect* m_glyphBoundingBox;
|
|
|
|
|