| 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 8c1c043632fe2f3c0c3b70dba4d5747165f0aaf8..f5208606f871aad652fa91d69dff0877c9d1495f 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -3031,7 +3031,7 @@ void Document::didRemoveAllPendingStylesheet()
|
|
|
| void Document::didLoadAllScriptBlockingResources()
|
| {
|
| - TaskRunnerHelper::getLoadingTaskRunner(this)->postTask(BLINK_FROM_HERE, m_executeScriptsWaitingForResourcesTask->cancelAndCreate());
|
| + TaskRunnerHelper::get(TaskType::Networking, this)->postTask(BLINK_FROM_HERE, m_executeScriptsWaitingForResourcesTask->cancelAndCreate());
|
|
|
| if (isHTMLDocument() && body()) {
|
| // For HTML if we have no more stylesheets to load and we're past the body
|
|
|