| Index: Source/core/rendering/RenderBlock.cpp
|
| diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp
|
| index ad8750d6c1bd7888d15586357595ecfd9898c9b9..bbff7a7541481fdde5724b5603af6cd34c58d1b7 100644
|
| --- a/Source/core/rendering/RenderBlock.cpp
|
| +++ b/Source/core/rendering/RenderBlock.cpp
|
| @@ -1646,7 +1646,7 @@ bool RenderBlock::simplifiedLayout()
|
| if (needsPositionedMovementLayout() && !tryLayoutDoingPositionedMovementOnly())
|
| return false;
|
|
|
| - FastTextAutosizer::LayoutScope fastTextAutosizerLayoutScope(document(), this);
|
| + FastTextAutosizer::LayoutScope fastTextAutosizerLayoutScope(this);
|
|
|
| // Lay out positioned descendants or objects that just need to recompute overflow.
|
| if (needsSimplifiedNormalFlowLayout())
|
|
|