| Index: Source/core/rendering/RenderFlexibleBox.cpp
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp
|
| index 546299e3853596c5e3c8f184af9e059bad5043c8..696ff78943af6b463e13a24247c719476fbbc45f 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.cpp
|
| +++ b/Source/core/rendering/RenderFlexibleBox.cpp
|
| @@ -241,7 +241,7 @@ void RenderFlexibleBox::layoutBlock(bool relayoutChildren)
|
| LayoutUnit previousHeight = logicalHeight();
|
| setLogicalHeight(borderAndPaddingLogicalHeight() + scrollbarLogicalHeight());
|
|
|
| - LayoutStateMaintainer statePusher(this, locationOffset());
|
| + LayoutStateMaintainer statePusher(*this, locationOffset());
|
|
|
| RenderFlowThread* flowThread = flowThreadContainingBlock();
|
| if (updateRegionsAndShapesLogicalSize(flowThread))
|
|
|