| 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 eb8af21c04e524bad51a11dff8c304eed0fcd724..00ead6065af2a0437bfa3de5d123451ee8fd3a0a 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp
|
| @@ -100,7 +100,8 @@ 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::ScannerType::kMainDocument));
|
| }
|
|
|
| BackgroundHTMLParser::Configuration::Configuration()
|
|
|