Index: Source/core/layout/LayoutRubyText.h |
diff --git a/Source/core/layout/LayoutRubyText.h b/Source/core/layout/LayoutRubyText.h |
index 77089f91124ae31f0ef33e338f024b0bfaca4f88..6a4483e0c46ce319404b936d895db8a4f4c5357f 100644 |
--- a/Source/core/layout/LayoutRubyText.h |
+++ b/Source/core/layout/LayoutRubyText.h |
@@ -44,7 +44,7 @@ public: |
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectRubyText || LayoutBlockFlow::isOfType(type); } |
- virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override; |
+ virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override; |
private: |
virtual bool avoidsFloats() const override; |