Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
index 2c9811cad4281749824f4b7e0c1afed94d9b23b0..11273d40725557b65e03884c0ebf2fa1a7b40ae6 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
@@ -139,6 +139,7 @@ private: |
bool isWaitingForScripts() const final; |
bool isExecutingScript() const final; |
void executeScriptsWaitingForResources() final; |
+ void documentElementAvailable() override; |
// HTMLScriptRunnerHost |
void notifyScriptLoaded(Resource*) final; |
@@ -174,8 +175,6 @@ private: |
bool inPumpSession() const { return m_pumpSessionNestingLevel > 0; } |
bool shouldDelayEnd() const { return inPumpSession() || isWaitingForScripts() || isScheduledForResume() || isExecutingScript(); } |
- void pumpPreloadQueue(); |
- |
PassOwnPtr<HTMLPreloadScanner> createPreloadScanner(); |
int preloadInsertion(const SegmentedString& source); |