Index: Source/core/rendering/RenderBlockFlow.cpp |
diff --git a/Source/core/rendering/RenderBlockFlow.cpp b/Source/core/rendering/RenderBlockFlow.cpp |
index 53135d4d80a8e3c61b1390a16348f3e9eea4bf64..aa1efcb4c2218e702e63e56f6b8748268e9928fc 100644 |
--- a/Source/core/rendering/RenderBlockFlow.cpp |
+++ b/Source/core/rendering/RenderBlockFlow.cpp |
@@ -353,7 +353,7 @@ inline bool RenderBlockFlow::layoutBlockFlow(bool relayoutChildren, LayoutUnit & |
if (!firstChild() && !isAnonymousBlock()) |
setChildrenInline(true); |
- FastTextAutosizer::LayoutScope fastTextAutosizerLayoutScope(document(), this); |
+ FastTextAutosizer::LayoutScope fastTextAutosizerLayoutScope(this); |
if (childrenInline()) |
layoutInlineChildren(relayoutChildren, m_repaintLogicalTop, m_repaintLogicalBottom, afterEdge); |