| Index: Source/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| index 9d0ccc2a7c465299faca0f5e2c4a3bb5dd17bf4e..78e9e6a9af9447aaa31376753ca9fdafb9da2512 100644
|
| --- a/Source/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/Source/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -555,7 +555,7 @@ void RenderBlockFlow::computeInlineDirectionPositionsForLine(RootInlineBox* line
|
| // but does not affect lines after a soft wrap break.
|
| bool isFirstLine = lineInfo.isFirstLine() && !(isAnonymousBlock() && parent()->slowFirstChild() != this);
|
| bool isAfterHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak();
|
| - IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, style());
|
| + IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, styleRef());
|
| float lineLogicalLeft;
|
| float lineLogicalRight;
|
| float availableLogicalWidth;
|
|
|