| Index: Source/core/html/HTMLScriptElement.cpp
|
| diff --git a/Source/core/html/HTMLScriptElement.cpp b/Source/core/html/HTMLScriptElement.cpp
|
| index 6115de364e4ceb54aec6c77810e5bbad8478288d..aa63fe8aa24fddfd36b9a217d807c202a8792208 100644
|
| --- a/Source/core/html/HTMLScriptElement.cpp
|
| +++ b/Source/core/html/HTMLScriptElement.cpp
|
| @@ -90,12 +90,6 @@ void HTMLScriptElement::didNotifySubtreeInsertionsToDocument()
|
| m_loader->didNotifySubtreeInsertionsToDocument();
|
| }
|
|
|
| -void HTMLScriptElement::didMoveToNewDocument(Document& oldDocument)
|
| -{
|
| - HTMLElement::didMoveToNewDocument(oldDocument);
|
| - m_loader->cancel(&oldDocument);
|
| -}
|
| -
|
| void HTMLScriptElement::setText(const String &value)
|
| {
|
| RefPtr<Node> protectFromMutationEvents(this);
|
|
|