Index: Source/core/rendering/RenderBlockFlow.h |
diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h |
index 18f953057fec005f04cbc71fc23b379e655834d3..a05a363749f28aec0452a701ebd0516d645111a1 100644 |
--- a/Source/core/rendering/RenderBlockFlow.h |
+++ b/Source/core/rendering/RenderBlockFlow.h |
@@ -57,7 +57,8 @@ public: |
virtual bool isRenderBlockFlow() const OVERRIDE FINAL { return true; } |
- virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) OVERRIDE; |
+ virtual void layoutBlock(bool relayoutChildren) OVERRIDE; |
+ void layoutBlockFlow(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0); |
virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats = false) OVERRIDE; |
virtual void deleteLineBoxTree() OVERRIDE FINAL; |