| Index: Source/core/layout/LayoutRubyBase.cpp
|
| diff --git a/Source/core/layout/LayoutRubyBase.cpp b/Source/core/layout/LayoutRubyBase.cpp
|
| index 04f3f45cb413381c1cafa8d99818d2f6e8316ec6..91f50d7b8cf5db6dbcd1b7a40e7f7fe55570f5e3 100644
|
| --- a/Source/core/layout/LayoutRubyBase.cpp
|
| +++ b/Source/core/layout/LayoutRubyBase.cpp
|
| @@ -53,7 +53,7 @@ LayoutRubyBase* LayoutRubyBase::createAnonymous(Document* document)
|
| return layoutObject;
|
| }
|
|
|
| -bool LayoutRubyBase::isChildAllowed(LayoutObject* child, const LayoutStyle&) const
|
| +bool LayoutRubyBase::isChildAllowed(LayoutObject* child, const ComputedStyle&) const
|
| {
|
| return child->isInline();
|
| }
|
|
|