| Index: Source/core/rendering/InlineTextBox.cpp
|
| diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
|
| index 98c3491b3d444ec8b082af642c61f079995e0a31..385fd6e12dc22174a315cc13c903c241190dd6de 100644
|
| --- a/Source/core/rendering/InlineTextBox.cpp
|
| +++ b/Source/core/rendering/InlineTextBox.cpp
|
| @@ -1448,6 +1448,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.setTextJustifyStore(static_cast<TextJustifyStore>(style->textJustify()));
|
| if (textRunNeedsRenderingContext(font))
|
| run.setRenderingContext(SVGTextRunRenderingContext::create(&renderer()));
|
|
|
|
|