Index: Source/core/rendering/RenderFlexibleBox.cpp |
diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp |
index fa6acdd3fa7cb7f3d655c27341545f55bad145d0..7cab4eda8558c0e972e2a7fed1a86c3219f8fbe8 100644 |
--- a/Source/core/rendering/RenderFlexibleBox.cpp |
+++ b/Source/core/rendering/RenderFlexibleBox.cpp |
@@ -31,6 +31,7 @@ |
#include "config.h" |
#include "core/rendering/RenderFlexibleBox.h" |
+#include "core/rendering/FastTextAutosizer.h" |
#include "core/rendering/LayoutRepainter.h" |
#include "core/rendering/RenderLayer.h" |
#include "core/rendering/RenderView.h" |
@@ -240,6 +241,7 @@ void RenderFlexibleBox::layoutBlock(bool relayoutChildren) |
setLogicalHeight(borderAndPaddingLogicalHeight() + scrollbarLogicalHeight()); |
{ |
+ FastTextAutosizer::LayoutScope fastTextAutosizerLayoutScope(this); |
LayoutStateMaintainer statePusher(*this, locationOffset()); |
m_numberOfInFlowChildrenOnFirstLine = -1; |