| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 036a2eed08daf323c6033cd1f41920630836d9b4..fe49f47d371e50798ab53f7ac76a6b6437f71b0b 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -2981,7 +2981,7 @@ void Document::didRemoveAllPendingStylesheet()
|
|
|
| void Document::didLoadAllScriptBlockingResources()
|
| {
|
| - Platform::current()->currentThread()->scheduler()->postLoadingTask(
|
| + Platform::current()->currentThread()->scheduler()->loadingTaskRunner()->postTask(
|
| FROM_HERE, m_executeScriptsWaitingForResourcesTask.cancelAndCreate());
|
|
|
| if (frame())
|
|
|