| Index: third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp b/third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp
|
| index 75b53295ae05bc6eee6e50a3c060b655fa7126ea..a60916d3905cf10aa6e56503b769c464a3ad9aee 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp
|
| @@ -134,7 +134,7 @@ void LayoutRubyBase::moveBlockChildren(LayoutRubyBase* toBase,
|
|
|
| ETextAlign LayoutRubyBase::textAlignmentForLine(
|
| bool /* endsWithSoftBreak */) const {
|
| - return ETextAlign::Justify;
|
| + return ETextAlign::kJustify;
|
| }
|
|
|
| void LayoutRubyBase::adjustInlineDirectionLineBounds(
|
|
|