| 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 1a448119fae779bd37859db310f81c04a513c052..3a27e22ddb8910d6f4dacd15bd9623418553bd1d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp
|
| @@ -110,7 +110,8 @@ void LayoutRubyBase::moveBlockChildren(LayoutRubyBase* toBase,
|
| if (toBase->childrenInline())
|
| toBase->makeChildrenNonInline();
|
|
|
| - // If an anonymous block would be put next to another such block, then merge those.
|
| + // If an anonymous block would be put next to another such block, then merge
|
| + // those.
|
| LayoutObject* firstChildHere = firstChild();
|
| LayoutObject* lastChildThere = toBase->lastChild();
|
| if (firstChildHere->isAnonymousBlock() && firstChildHere->childrenInline() &&
|
|
|