| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 093d4a1302b9804af0733826f6ed25899fc98442..381d01d692fcce6e48bb6f9e5bbb35553a8ad08f 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();
|
|
|