Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/dom/ScriptLoader.h

Issue 1801053002: Revert of Stop scheduling in-order script execution upon hitting failed script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/dom/ScriptLoader.h
diff --git a/third_party/WebKit/Source/core/dom/ScriptLoader.h b/third_party/WebKit/Source/core/dom/ScriptLoader.h
index 99d47c3a112fe95911e5ffa487289412100a094f..b98e90fd56cf2c474c130e30efb86a7c8aa64347 100644
--- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
+++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
@@ -81,7 +81,6 @@
void handleAsyncAttribute();
virtual bool isReady() const { return m_pendingScript && m_pendingScript->isReady(); }
- bool errorOccurred() const { return m_pendingScript && m_pendingScript->errorOccurred(); }
// Clears the connection to the PendingScript (and Element and Resource).
void detach();
« no previous file with comments | « third_party/WebKit/Source/core/dom/PendingScript.cpp ('k') | third_party/WebKit/Source/core/dom/ScriptRunner.h » ('j') | no next file with comments »

Powered by Google App Engine