| Index: Source/core/rendering/RenderGrid.cpp
|
| diff --git a/Source/core/rendering/RenderGrid.cpp b/Source/core/rendering/RenderGrid.cpp
|
| index 83059ac6bcbe342ba9848fdeb3416ab3463c5ccd..01ceeaabd805067efbaed8f254f421d94a8f1da2 100644
|
| --- a/Source/core/rendering/RenderGrid.cpp
|
| +++ b/Source/core/rendering/RenderGrid.cpp
|
| @@ -298,7 +298,7 @@ void RenderGrid::layoutBlock(bool relayoutChildren)
|
| // FIXME: Much of this method is boiler plate that matches RenderBox::layoutBlock and Render*FlexibleBox::layoutBlock.
|
| // It would be nice to refactor some of the duplicate code.
|
| LayoutRepainter repainter(*this, checkForPaintInvalidationDuringLayout());
|
| - LayoutStateMaintainer statePusher(*this, locationOffset());
|
| + LayoutState state(*this, locationOffset());
|
|
|
| LayoutSize previousSize = size();
|
|
|
|
|