| Index: Source/core/rendering/InlineTextBox.cpp
|
| diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
|
| index 599293acddd18e99dd5d3139982a6c0cf5d29d2f..db780c850046283925688aaaf1d6c01c5873cbc9 100644
|
| --- a/Source/core/rendering/InlineTextBox.cpp
|
| +++ b/Source/core/rendering/InlineTextBox.cpp
|
| @@ -1495,6 +1495,7 @@ TextRun InlineTextBox::constructTextRun(RenderStyle* style, const Font& font, St
|
| TextRun run(string, textPos(), expansion(), expansionBehavior(), direction(), dirOverride() || style->rtlOrdering() == VisualOrder, !renderer().canUseSimpleFontCodePath());
|
| run.setTabSize(!style->collapseWhiteSpace(), style->tabSize());
|
| run.setCharacterScanForCodePath(!renderer().canUseSimpleFontCodePath());
|
| + run.setTextJustify(static_cast<ETextJustify>(style->textJustify()));
|
| if (textRunNeedsRenderingContext(font))
|
| run.setRenderingContext(SVGTextRunRenderingContext::create(&renderer()));
|
|
|
|
|