| Index: Source/core/layout/LayoutRubyRun.h
|
| diff --git a/Source/core/layout/LayoutRubyRun.h b/Source/core/layout/LayoutRubyRun.h
|
| index 0e1e2e9ebf49115d7fc61bf7f3c62ae5f0ccaec3..b8e43b325fce780a2ebfa973dbab6f4d0832f22b 100644
|
| --- a/Source/core/layout/LayoutRubyRun.h
|
| +++ b/Source/core/layout/LayoutRubyRun.h
|
| @@ -54,7 +54,7 @@ public:
|
| virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) override;
|
| virtual void layout() override;
|
|
|
| - virtual bool isChildAllowed(RenderObject*, RenderStyle*) const override;
|
| + virtual bool isChildAllowed(RenderObject*, const RenderStyle*) const override;
|
| virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) override;
|
| virtual void removeChild(RenderObject* child) override;
|
|
|
|
|