| Index: Source/core/layout/LayoutRubyText.h
|
| diff --git a/Source/core/layout/LayoutRubyText.h b/Source/core/layout/LayoutRubyText.h
|
| index f8f8d0cfa73794fad9987fc6902d2ae71dc06008..a96af42dbd7237800d050ae37a9130f017944fa4 100644
|
| --- a/Source/core/layout/LayoutRubyText.h
|
| +++ b/Source/core/layout/LayoutRubyText.h
|
| @@ -42,9 +42,9 @@ public:
|
|
|
| virtual const char* renderName() const override { return "LayoutRubyText"; }
|
|
|
| - virtual bool isOfType(RenderObjectType type) const override { return type == RenderObjectRubyText || RenderBlockFlow::isOfType(type); }
|
| + virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectRubyText || RenderBlockFlow::isOfType(type); }
|
|
|
| - virtual bool isChildAllowed(RenderObject*, RenderStyle*) const override;
|
| + virtual bool isChildAllowed(LayoutObject*, RenderStyle*) const override;
|
|
|
| private:
|
| virtual bool avoidsFloats() const override;
|
|
|