Index: Source/core/rendering/RenderBlockLineLayout.cpp |
diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp |
index 2423b4c5b89694fce7f9e32e6c07d7902913f199..93dd3c5c943ec159076b17edfa733b5de94fb384 100644 |
--- a/Source/core/rendering/RenderBlockLineLayout.cpp |
+++ b/Source/core/rendering/RenderBlockLineLayout.cpp |
@@ -624,6 +624,7 @@ BidiRun* RenderBlockFlow::computeInlineDirectionPositionsForSegment(RootInlineBo |
setMarginsForRubyRun(r, toRenderRubyRun(renderBox), previousObject, lineInfo); |
r->m_box->setLogicalWidth(logicalWidthForChild(renderBox).toFloat()); |
totalLogicalWidth += marginStartForChild(renderBox) + marginEndForChild(renderBox); |
+ needsWordSpacing = true; |
} |
} |