| 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 28ef5ee3d0d3bdfb63c76236ad9721b7ec8c1215..11ed0f8efdafe3f066696feb83923e6b2dd49aa3 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -223,7 +223,8 @@ class CORE_EXPORT HTMLDocumentParser : public ScriptableDocumentParser,
|
| IsExecutingScript();
|
| }
|
|
|
| - std::unique_ptr<HTMLPreloadScanner> CreatePreloadScanner();
|
| + std::unique_ptr<HTMLPreloadScanner> CreatePreloadScanner(
|
| + TokenPreloadScanner::ScannerType);
|
|
|
| // Let the given HTMLPreloadScanner scan the input it has, and then preloads
|
| // resources using the resulting PreloadRequests and |m_preloader|.
|
|
|