| Index: Source/platform/fonts/shaping/Shaper.cpp
|
| diff --git a/Source/platform/fonts/shaping/Shaper.cpp b/Source/platform/fonts/shaping/Shaper.cpp
|
| index 20e8f92a82363d70b686bd6a4ac03963f39de3a0..d3c0db4b3173d2ba929b6be8e10b3df754f4bd40 100644
|
| --- a/Source/platform/fonts/shaping/Shaper.cpp
|
| +++ b/Source/platform/fonts/shaping/Shaper.cpp
|
| @@ -40,7 +40,7 @@ namespace blink {
|
| Shaper::Shaper(const Font* font, const TextRun& run, const GlyphData* emphasisData,
|
| HashSet<const SimpleFontData*>* fallbackFonts, FloatRect* bounds)
|
| : m_font(font)
|
| - , m_run(run)
|
| + , m_textRun(run)
|
| , m_fallbackFonts(fallbackFonts)
|
| , m_glyphBoundingBox(bounds)
|
| , m_expansion(0)
|
|
|