Index: Source/core/layout/LayoutRubyText.h |
diff --git a/Source/core/layout/LayoutRubyText.h b/Source/core/layout/LayoutRubyText.h |
index f8f8d0cfa73794fad9987fc6902d2ae71dc06008..529291e68aaa9a593be887bd3a495a8727b41a23 100644 |
--- a/Source/core/layout/LayoutRubyText.h |
+++ b/Source/core/layout/LayoutRubyText.h |
@@ -44,7 +44,7 @@ public: |
virtual bool isOfType(RenderObjectType type) const override { return type == RenderObjectRubyText || RenderBlockFlow::isOfType(type); } |
- virtual bool isChildAllowed(RenderObject*, RenderStyle*) const override; |
+ virtual bool isChildAllowed(RenderObject*, const RenderStyle*) const override; |
private: |
virtual bool avoidsFloats() const override; |