Index: Source/core/html/parser/HTMLScriptRunner.h |
diff --git a/Source/core/html/parser/HTMLScriptRunner.h b/Source/core/html/parser/HTMLScriptRunner.h |
index 6c1a1f6af080468b1cb651ba4d4c271aaf05a7d8..812154ae869643dc4a19610dc848fedaa98ed1d0 100644 |
--- a/Source/core/html/parser/HTMLScriptRunner.h |
+++ b/Source/core/html/parser/HTMLScriptRunner.h |
@@ -88,11 +88,7 @@ private: |
void runScript(Element*, const TextPosition& scriptStartPosition); |
- // Helpers for dealing with HTMLScriptRunnerHost |
- void watchForLoad(PendingScript&); |
- void stopWatchingForLoad(PendingScript&); |
bool isPendingScriptReady(const PendingScript&); |
- ScriptSourceCode sourceFromPendingScript(const PendingScript&, bool& errorOccurred) const; |
RawPtrWillBeMember<Document> m_document; |
RawPtrWillBeMember<HTMLScriptRunnerHost> m_host; |