| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 219bb022a1fbeef39d27f63cbe899ae0076c608d..b33d5a3ddce331441e4c6a1a3d043c442f54ff45 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -1743,8 +1743,6 @@ void Document::updateLayout()
|
|
|
| updateStyleIfNeeded();
|
|
|
| - StackStats::LayoutCheckPoint layoutCheckPoint;
|
| -
|
| // Only do a layout if changes have occurred that make it necessary.
|
| if (frameView && renderer() && (frameView->layoutPending() || renderer()->needsLayout()))
|
| frameView->layout();
|
|
|