Index: Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h |
diff --git a/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h b/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h |
index ae9a84ed8783427d0b24e72e846e6728a6370d7a..fcca4b84aa66a430a6cc9dc70d3128bd25e21d0f 100644 |
--- a/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h |
+++ b/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h |
@@ -17,7 +17,7 @@ class LayoutMultiColumnSpannerPlaceholder final : public LayoutBox { |
public: |
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectLayoutMultiColumnSpannerPlaceholder || LayoutBox::isOfType(type); } |
- static LayoutMultiColumnSpannerPlaceholder* createAnonymous(const LayoutStyle& parentStyle, LayoutBox&); |
+ static LayoutMultiColumnSpannerPlaceholder* createAnonymous(const ComputedStyle& parentStyle, LayoutBox&); |
LayoutFlowThread* flowThread() const { return toLayoutBlockFlow(parent())->multiColumnFlowThread(); } |