Index: Source/core/rendering/RenderGrid.h |
diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h |
index 5a8ccbce99e2a53e7a7ed2808f4fea3a5f344e1b..e20a489ec6cd99c0a8f07da3b4d87028059bd08b 100644 |
--- a/Source/core/rendering/RenderGrid.h |
+++ b/Source/core/rendering/RenderGrid.h |
@@ -47,7 +47,7 @@ public: |
virtual const char* renderName() const OVERRIDE; |
- virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) OVERRIDE; |
+ virtual void layoutBlock(bool relayoutChildren) OVERRIDE; |
virtual bool avoidsFloats() const OVERRIDE { return true; } |
virtual bool canCollapseAnonymousBlockChild() const OVERRIDE { return false; } |