Index: Source/core/rendering/RenderFlexibleBox.cpp |
diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp |
index 52772a52e7f09fa9a6111ed36de994ea7d5f5e0a..d6b6e7c100a57c6e1a4dd304c0da7ab3fac20526 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(view(), this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode()); |
+ LayoutStateMaintainer statePusher(this, locationOffset(), hasTransform() || hasReflection() || style()->isFlippedBlocksWritingMode()); |
RenderFlowThread* flowThread = flowThreadContainingBlock(); |
if (updateRegionsAndShapesLogicalSize(flowThread)) |