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 0303b62cf4b0d7ec45feeadb2228b2a880916b13..bdc35e6d27e4fda7458f8643fdb82c2da3bac56c 100644 |
--- a/third_party/WebKit/Source/core/dom/ScriptRunner.h |
+++ b/third_party/WebKit/Source/core/dom/ScriptRunner.h |
@@ -71,6 +71,7 @@ private: |
void movePendingScript(ScriptRunner*, ScriptLoader*); |
bool removePendingInOrderScript(ScriptLoader*); |
+ void scheduleReadyInOrderScripts(); |
void postTask(const WebTraceLocation&); |