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