Index: Source/core/rendering/InlineTextBox.cpp |
diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp |
index d44b25a093f09c3b96fcd890f16415ad7ad709fc..51c9e829b700358a4ffe7c5d8dee362b4232a8fa 100644 |
--- a/Source/core/rendering/InlineTextBox.cpp |
+++ b/Source/core/rendering/InlineTextBox.cpp |
@@ -508,6 +508,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(style->textJustify()); |
// Propagate the maximum length of the characters buffer to the TextRun, even when we're only processing a substring. |
run.setCharactersLength(maximumLength); |