| Index: Source/core/rendering/RenderView.cpp
|
| diff --git a/Source/core/rendering/RenderView.cpp b/Source/core/rendering/RenderView.cpp
|
| index 90e1de47de1e23991b2664d224ea144221f1236d..3dbee8c176044952fb225caaa995e56b03943229 100644
|
| --- a/Source/core/rendering/RenderView.cpp
|
| +++ b/Source/core/rendering/RenderView.cpp
|
| @@ -242,7 +242,6 @@ void RenderView::layoutContentInAutoLogicalHeightRegions(const LayoutState& stat
|
|
|
| void RenderView::layout()
|
| {
|
| - StackStats::LayoutCheckPoint layoutCheckPoint;
|
| if (!document()->paginated())
|
| setPageLogicalHeight(0);
|
|
|
|
|