| 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 a22c8f9f03ebe2068a9709cc29af887638075e4b..85d695725bbf7c150675874c360a24a5066b8088 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp
|
| @@ -128,7 +128,7 @@ void LayoutRubyRun::addChild(LayoutObject* child, LayoutObject* beforeChild)
|
| // Make sure we don't leave anything in the percentage descendant
|
| // map before moving the children to the new base.
|
| if (hasPercentHeightDescendants())
|
| - clearPercentHeightDescendantsFrom(this);
|
| + clearPercentHeightDescendants();
|
| rubyBaseSafe()->moveChildren(newRun->rubyBaseSafe(), beforeChild);
|
| }
|
| } else {
|
|
|