| Index: Source/core/rendering/RenderFlowThread.h
|
| diff --git a/Source/core/rendering/RenderFlowThread.h b/Source/core/rendering/RenderFlowThread.h
|
| index b6994697bdd2582298737795c4c6d6fb479de13b..088d523a4a57ba3c0793a83d35bf68fc114972f2 100644
|
| --- a/Source/core/rendering/RenderFlowThread.h
|
| +++ b/Source/core/rendering/RenderFlowThread.h
|
| @@ -60,7 +60,7 @@ public:
|
| virtual bool isRenderFlowThread() const OVERRIDE FINAL { return true; }
|
| virtual bool isRenderMultiColumnFlowThread() const { return false; }
|
|
|
| - virtual void layout() OVERRIDE FINAL;
|
| + virtual void layout() OVERRIDE;
|
|
|
| // Always create a RenderLayer for the RenderFlowThread so that we
|
| // can easily avoid drawing the children directly.
|
|
|