| Index: Source/core/rendering/InlineTextBox.cpp
|
| diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
|
| index e1a36d330861201212f24d637545988a23063ba9..aba1df445b1021b82566960e2466cbaefe8c5f79 100644
|
| --- a/Source/core/rendering/InlineTextBox.cpp
|
| +++ b/Source/core/rendering/InlineTextBox.cpp
|
| @@ -1492,6 +1492,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()));
|
|
|
|
|