| Index: third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp
|
| index 9804083cb6ac8c23d94391af35e540482b2eadff..fe376393ad072f2f7e876a4274ed57d2b90a7189 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp
|
| @@ -100,7 +100,7 @@ void BackgroundHTMLParser::Init(
|
| const MediaValuesCached::MediaValuesCachedData& media_values_cached_data) {
|
| preload_scanner_.reset(new TokenPreloadScanner(
|
| document_url, std::move(cached_document_parameters),
|
| - media_values_cached_data));
|
| + media_values_cached_data, TokenPreloadScanner::kMainDocumentScanner));
|
| }
|
|
|
| BackgroundHTMLParser::Configuration::Configuration()
|
|
|