| 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 cf334c632cc6a7d36823dc31994965e38fe00223..173a0277879555c96c8d33ff27386c15d5e64856 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -5686,7 +5686,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) {
|
|
|