Index: Source/core/layout/LayoutRubyBase.h |
diff --git a/Source/core/layout/LayoutRubyBase.h b/Source/core/layout/LayoutRubyBase.h |
index e61ace1d19c732da275f4caeb41b095e7c31963d..8257d55f8a1f8f29c93f942f7956656eba7af80b 100644 |
--- a/Source/core/layout/LayoutRubyBase.h |
+++ b/Source/core/layout/LayoutRubyBase.h |
@@ -47,7 +47,7 @@ public: |
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectRubyBase || LayoutBlockFlow::isOfType(type); } |
- virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override; |
+ virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override; |
private: |
LayoutRubyBase(); |