Index: third_party/WebKit/Source/core/svg/SVGScriptElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp b/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp |
index 91e24086bd8932f4559fd9613eae5cc400bcd743..8410b3d6aafebe1558b98e6f9f565bad24fed1a8 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp |
@@ -83,7 +83,7 @@ void SVGScriptElement::childrenChanged(const ChildrenChange& change) |
void SVGScriptElement::didMoveToNewDocument(Document& oldDocument) |
{ |
- ScriptRunner::movePendingAsyncScript(oldDocument, document(), m_loader.get()); |
+ ScriptRunner::movePendingScript(oldDocument, document(), m_loader.get()); |
SVGElement::didMoveToNewDocument(oldDocument); |
} |