| Index: third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp b/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp
|
| index 83349d05c39a66d1d7f7d27bed25904d3d8b2be7..c45d4bd76bf9e1af6428c7583877550f94021179 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp
|
| @@ -183,7 +183,7 @@ LayoutRubyBase* LayoutRubyRun::createRubyBase() const {
|
| RefPtr<ComputedStyle> newStyle =
|
| ComputedStyle::createAnonymousStyleWithDisplay(styleRef(),
|
| EDisplay::Block);
|
| - newStyle->setTextAlign(ETextAlign::Center); // FIXME: use WEBKIT_CENTER?
|
| + newStyle->setTextAlign(ETextAlign::kCenter); // FIXME: use WEBKIT_CENTER?
|
| layoutObject->setStyle(newStyle.release());
|
| return layoutObject;
|
| }
|
|
|