| Index: Source/core/rendering/RenderMultiColumnSet.h
|
| diff --git a/Source/core/rendering/RenderMultiColumnSet.h b/Source/core/rendering/RenderMultiColumnSet.h
|
| index c09e482d166a8f0c834eb36c2c0a78627c40c0c9..ca57cbdbff95d771a09b1f2ddd0676c175156b26 100644
|
| --- a/Source/core/rendering/RenderMultiColumnSet.h
|
| +++ b/Source/core/rendering/RenderMultiColumnSet.h
|
| @@ -56,7 +56,7 @@ public:
|
|
|
| static RenderMultiColumnSet* createAnonymous(RenderFlowThread*, RenderStyle* parentStyle);
|
|
|
| - virtual bool isRenderMultiColumnSet() const OVERRIDE { return true; }
|
| + virtual bool isOfType(RenderObjectType type) const OVERRIDE { return type == RenderObjectRenderMultiColumnSet || RenderRegion::isOfType(type); }
|
|
|
| virtual LayoutUnit pageLogicalWidth() const OVERRIDE FINAL { return flowThread()->logicalWidth(); }
|
| virtual LayoutUnit pageLogicalHeight() const OVERRIDE FINAL { return m_columnHeight; }
|
|
|