| Index: Source/core/layout/LayoutRubyText.cpp
|
| diff --git a/Source/core/layout/LayoutRubyText.cpp b/Source/core/layout/LayoutRubyText.cpp
|
| index cd420e56902599a0283a9454c41dc6d296f6f0df..f71b9310e352476198195d0797ebd5fcbb852fd9 100644
|
| --- a/Source/core/layout/LayoutRubyText.cpp
|
| +++ b/Source/core/layout/LayoutRubyText.cpp
|
| @@ -44,7 +44,7 @@ LayoutRubyText::~LayoutRubyText()
|
| {
|
| }
|
|
|
| -bool LayoutRubyText::isChildAllowed(RenderObject* child, const RenderStyle&) const
|
| +bool LayoutRubyText::isChildAllowed(LayoutObject* child, const RenderStyle&) const
|
| {
|
| return child->isInline();
|
| }
|
|
|