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