| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index efdafbb7fdf63f77b1607c3fe6f9da43f9fb6e09..c7bd628c362ceab76b710601987503f7c45c8cc6 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -5213,8 +5213,6 @@
|
| // explicitly request them.
|
| if (frame->isMainFrame())
|
| frame->page()->chromeClient().beginLifecycleUpdates();
|
| - if (frame->view())
|
| - frame->view()->setupRenderThrottling();
|
| }
|
| }
|
|
|
|
|