| Index: Source/core/rendering/RenderMultiColumnSet.h
|
| diff --git a/Source/core/rendering/RenderMultiColumnSet.h b/Source/core/rendering/RenderMultiColumnSet.h
|
| index 446bd7a3c06493544181a7d40bd426dbd3c71a0a..4ad209616d30aed24b680ca290e878e618d5efee 100644
|
| --- a/Source/core/rendering/RenderMultiColumnSet.h
|
| +++ b/Source/core/rendering/RenderMultiColumnSet.h
|
| @@ -41,7 +41,7 @@ namespace WebCore {
|
| //
|
| // Column spans result in the creation of new column sets as well, since a spanning region has to be placed in between the column sets that
|
| // come before and after the span.
|
| -class RenderMultiColumnSet : public RenderRegionSet {
|
| +class RenderMultiColumnSet FINAL : public RenderRegionSet {
|
| public:
|
| static RenderMultiColumnSet* createAnonymous(RenderFlowThread*);
|
|
|
|
|