| Index: Source/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| index 47a3923f800582d74908af2a5dbf2650c00ab1d4..be725942b44f1efccd6bce963a15f360f25886a6 100644
|
| --- a/Source/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -530,7 +530,7 @@ static inline void computeExpansionForJustifiedText(BidiRun* firstRun, BidiRun*
|
| }
|
| }
|
|
|
| -void RenderBlockFlow::updateLogicalWidthForAlignment(const ETextAlign& textAlign, const RootInlineBox* rootInlineBox, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, int expansionOpportunityCount)
|
| +void RenderBlockFlow::updateLogicalWidthForAlignment(const ETextAlign& textAlign, const RootInlineBox* rootInlineBox, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, unsigned expansionOpportunityCount)
|
| {
|
| TextDirection direction;
|
| if (rootInlineBox && rootInlineBox->renderer().style()->unicodeBidi() == Plaintext)
|
|
|