| 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();
|
|
|