Index: third_party/WebKit/Source/core/dom/PendingScript.cpp |
diff --git a/third_party/WebKit/Source/core/dom/PendingScript.cpp b/third_party/WebKit/Source/core/dom/PendingScript.cpp |
index 81cd667e253d666838e883fb7411c796e0d95c13..d7789d1e10886e45469f8aec1ee71939d9e1ef4b 100644 |
--- a/third_party/WebKit/Source/core/dom/PendingScript.cpp |
+++ b/third_party/WebKit/Source/core/dom/PendingScript.cpp |
@@ -118,6 +118,7 @@ PassRefPtrWillBeRawPtr<Element> PendingScript::releaseElementAndClear() |
setScriptResource(0); |
m_watchingForLoad = false; |
m_startingPosition = TextPosition::belowRangePosition(); |
+ m_integrityFailure = false; |
if (m_streamer) |
m_streamer->cancel(); |
m_streamer.release(); |