| Index: third_party/WebKit/Source/core/html/HTMLScriptElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLScriptElement.cpp b/third_party/WebKit/Source/core/html/HTMLScriptElement.cpp
|
| index 117f6287eb5b4e6da5d9f90c24a14117c2bf68f9..89492ffe5d6cf9aa4e51d535adfa7106928174f4 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLScriptElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.cpp
|
| @@ -72,7 +72,7 @@ void HTMLScriptElement::childrenChanged(const ChildrenChange& change)
|
|
|
| void HTMLScriptElement::didMoveToNewDocument(Document& oldDocument)
|
| {
|
| - ScriptRunner::movePendingAsyncScript(oldDocument, document(), m_loader.get());
|
| + ScriptRunner::movePendingScript(oldDocument, document(), m_loader.get());
|
| HTMLElement::didMoveToNewDocument(oldDocument);
|
| }
|
|
|
|
|