| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index 7d623f18565bd6f185a0fabe29522af5048a55b8..74af6b2a6384b5eb30b59e35c550c92b8ded3761 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -181,7 +181,7 @@ public:
|
| void clearTruncation();
|
|
|
| void adjustRectForColumns(LayoutRect&) const;
|
| - virtual LayoutSize columnOffset(const LayoutPoint&) const OVERRIDE FINAL;
|
| + virtual LayoutSize columnOffset(const LayoutPoint&) const OVERRIDE;
|
| void adjustForColumnRect(LayoutSize& offset, const LayoutPoint& locationInContainer) const;
|
|
|
| void addContinuationWithOutline(RenderInline*);
|
|
|