Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h

Issue 2549143009: Create PendingScriptClient as a separate client interface for PendingScript. (Closed)
Patch Set: . Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 1662fbad352e16ef311b52a9bc814e734bc48848..108fdac2e628b4e9ec3992d9bf73dbbf3fd8631c 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
@@ -175,7 +175,7 @@ class CORE_EXPORT HTMLDocumentParser : public ScriptableDocumentParser,
void documentElementAvailable() override;
// HTMLParserScriptRunnerHost
- void notifyScriptLoaded(Resource*) final;
+ void notifyScriptLoaded(PendingScript*) final;
HTMLInputStream& inputStream() final { return m_input; }
bool hasPreloadScanner() const final {
return m_preloadScanner.get() && !shouldUseThreading();

Powered by Google App Engine
This is Rietveld 408576698