| Index: Source/core/rendering/RenderMultiColumnSet.h
|
| diff --git a/Source/core/rendering/RenderMultiColumnSet.h b/Source/core/rendering/RenderMultiColumnSet.h
|
| index 263055e34947fc87a7c3125c1b29bcdbd928f925..13e7dee242e16a457b30e509630ae1ff42100b9f 100644
|
| --- a/Source/core/rendering/RenderMultiColumnSet.h
|
| +++ b/Source/core/rendering/RenderMultiColumnSet.h
|
| @@ -54,7 +54,7 @@ class RenderMultiColumnSet : public RenderRegion {
|
| public:
|
| enum BalancedHeightCalculation { GuessFromFlowThreadPortion, StretchBySpaceShortage };
|
|
|
| - static RenderMultiColumnSet* createAnonymous(RenderFlowThread*, RenderStyle* parentStyle);
|
| + static RenderMultiColumnSet* createAnonymous(RenderFlowThread*, const RenderStyle* parentStyle);
|
|
|
| virtual bool isOfType(RenderObjectType type) const override { return type == RenderObjectRenderMultiColumnSet || RenderRegion::isOfType(type); }
|
|
|
|
|