| Index: Source/core/layout/LayoutBlockFlowLine.cpp
|
| diff --git a/Source/core/layout/LayoutBlockFlowLine.cpp b/Source/core/layout/LayoutBlockFlowLine.cpp
|
| index 144fd92b6f0e6e9dee4e21f816fdc332c72c96c4..d07224862215e66658d883400dfb04b5f1be959b 100644
|
| --- a/Source/core/layout/LayoutBlockFlowLine.cpp
|
| +++ b/Source/core/layout/LayoutBlockFlowLine.cpp
|
| @@ -269,9 +269,6 @@ ETextAlign LayoutBlockFlow::textAlignmentForLine(bool endsWithSoftBreak) const
|
| if (endsWithSoftBreak)
|
| return alignment;
|
|
|
| - if (!RuntimeEnabledFeatures::css3TextEnabled())
|
| - return (alignment == JUSTIFY) ? TASTART : alignment;
|
| -
|
| TextAlignLast alignmentLast = style()->textAlignLast();
|
| switch (alignmentLast) {
|
| case TextAlignLastStart:
|
|
|