Index: Source/core/layout/LayoutRubyBase.h |
diff --git a/Source/core/layout/LayoutRubyBase.h b/Source/core/layout/LayoutRubyBase.h |
index 93733f5fd0633138a99f5f8f98702b87d9647613..94d3c2a3bed0bbba56db8b1df32ece94d5ebb7e7 100644 |
--- a/Source/core/layout/LayoutRubyBase.h |
+++ b/Source/core/layout/LayoutRubyBase.h |
@@ -47,7 +47,7 @@ public: |
virtual bool isOfType(RenderObjectType type) const override { return type == RenderObjectRubyBase || RenderBlockFlow::isOfType(type); } |
- virtual bool isChildAllowed(RenderObject*, RenderStyle*) const override; |
+ virtual bool isChildAllowed(RenderObject*, const RenderStyle*) const override; |
private: |
LayoutRubyBase(); |