Index: third_party/WebKit/Source/core/dom/ScriptRunner.cpp |
diff --git a/third_party/WebKit/Source/core/dom/ScriptRunner.cpp b/third_party/WebKit/Source/core/dom/ScriptRunner.cpp |
index c10c779a8dbf1a00c9c7e3f6b24e302c87fd7726..b3312a67b0f96deb50833694fcf4bc388d614f66 100644 |
--- a/third_party/WebKit/Source/core/dom/ScriptRunner.cpp |
+++ b/third_party/WebKit/Source/core/dom/ScriptRunner.cpp |
@@ -223,7 +223,6 @@ void ScriptRunner::notifyScriptLoadError(ScriptLoader* scriptLoader, ExecutionTy |
RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(foundLoader); |
break; |
} |
- scriptLoader->detach(); |
m_document->decrementLoadEventDelayCount(); |
} |