| Index: ios/chrome/browser/reading_list/url_downloader.cc
|
| diff --git a/ios/chrome/browser/reading_list/url_downloader.cc b/ios/chrome/browser/reading_list/url_downloader.cc
|
| index 0f58433b6dae4f3ae3430d94249ce943a3245d29..358015e1f2a56ab6d4956a0f58ea69d1514d9860 100644
|
| --- a/ios/chrome/browser/reading_list/url_downloader.cc
|
| +++ b/ios/chrome/browser/reading_list/url_downloader.cc
|
| @@ -173,7 +173,7 @@ void URLDownloader::DownloadURL(const GURL& url, bool offline_url_exists) {
|
| saved_size_ = 0;
|
| std::unique_ptr<reading_list::ReadingListDistillerPage>
|
| reading_list_distiller_page =
|
| - distiller_page_factory_->CreateReadingListDistillerPage(this);
|
| + distiller_page_factory_->CreateReadingListDistillerPage(url, this);
|
|
|
| distiller_.reset(new dom_distiller::DistillerViewer(
|
| distiller_factory_, std::move(reading_list_distiller_page), pref_service_,
|
|
|