| Index: Source/core/rendering/RenderRegionSet.h
|
| diff --git a/Source/core/rendering/RenderRegionSet.h b/Source/core/rendering/RenderRegionSet.h
|
| index aa8969d6763f9e308e5256698351c4648ddfc75c..a0963fbd09d3cab107a3388f04ce34a2f3c98183 100644
|
| --- a/Source/core/rendering/RenderRegionSet.h
|
| +++ b/Source/core/rendering/RenderRegionSet.h
|
| @@ -53,13 +53,13 @@ protected:
|
| virtual bool shouldHaveAutoLogicalHeight() const OVERRIDE { return false; }
|
|
|
| private:
|
| - virtual void installFlowThread() OVERRIDE;
|
| + virtual void installFlowThread() OVERRIDE FINAL;
|
|
|
| - virtual void expandToEncompassFlowThreadContentsIfNeeded() OVERRIDE;
|
| + virtual void expandToEncompassFlowThreadContentsIfNeeded() OVERRIDE FINAL;
|
|
|
| virtual const char* renderName() const = 0;
|
|
|
| - virtual bool isRenderRegionSet() const OVERRIDE { return true; }
|
| + virtual bool isRenderRegionSet() const OVERRIDE FINAL { return true; }
|
| };
|
|
|
| } // namespace WebCore
|
|
|