| 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 64dcbb293d8c87e0039a8aec2010ee00622b7aec..f2980543a0e61eae1cc1b4642b0b7e39f7bd0076 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -5744,7 +5744,7 @@ void Document::resumeScheduledTasks() {
|
|
|
| bool Document::tasksNeedSuspension() {
|
| Page* page = this->page();
|
| - return page && page->defersLoading();
|
| + return page && page->suspended();
|
| }
|
|
|
| void Document::addToTopLayer(Element* element, const Element* before) {
|
|
|