| Index: third_party/WebKit/Source/core/layout/LayoutRubyText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutRubyText.cpp b/third_party/WebKit/Source/core/layout/LayoutRubyText.cpp
|
| index a454d07b7eda47cef9db1c1092697098350498e5..ca4075e7baec06ae631181bb02bd1791cf3776b0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutRubyText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutRubyText.cpp
|
| @@ -50,7 +50,7 @@ ETextAlign LayoutRubyText::textAlignmentForLine(bool endsWithSoftBreak) const {
|
|
|
| // The default behavior is to allow ruby text to expand if it is shorter than
|
| // the ruby base.
|
| - return JUSTIFY;
|
| + return ETextAlign::Justify;
|
| }
|
|
|
| void LayoutRubyText::adjustInlineDirectionLineBounds(
|
|
|