Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/dom/ScriptRunner.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/ScriptRunner.h
diff --git a/third_party/WebKit/Source/core/dom/ScriptRunner.h b/third_party/WebKit/Source/core/dom/ScriptRunner.h
index bdc35e6d27e4fda7458f8643fdb82c2da3bac56c..0303b62cf4b0d7ec45feeadb2228b2a880916b13 100644
--- a/third_party/WebKit/Source/core/dom/ScriptRunner.h
+++ b/third_party/WebKit/Source/core/dom/ScriptRunner.h
@@ -71,7 +71,6 @@
void movePendingScript(ScriptRunner*, ScriptLoader*);
bool removePendingInOrderScript(ScriptLoader*);
- void scheduleReadyInOrderScripts();
void postTask(const WebTraceLocation&);
« no previous file with comments | « third_party/WebKit/Source/core/dom/ScriptLoader.h ('k') | third_party/WebKit/Source/core/dom/ScriptRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine