| Index: components/dom_distiller/core/distiller.cc
|
| diff --git a/components/dom_distiller/core/distiller.cc b/components/dom_distiller/core/distiller.cc
|
| index 472b45361881b29c2f25b66210d88d058de50f6c..b5227adfbd1072178013f0e6cf9d1af62f89abe8 100644
|
| --- a/components/dom_distiller/core/distiller.cc
|
| +++ b/components/dom_distiller/core/distiller.cc
|
| @@ -200,7 +200,7 @@ void DistillerImpl::OnFetchImageDone(int page_num,
|
| const std::string& response) {
|
| DCHECK(started_pages_index_.find(page_num) != started_pages_index_.end());
|
| DistilledPageData* page_data = GetPageAtIndex(started_pages_index_[page_num]);
|
| - DCHECK(page_data->distilled_page_proto);
|
| + DCHECK(page_data->distilled_page_proto.get());
|
| DCHECK(url_fetcher);
|
| ScopedVector<DistillerURLFetcher>::iterator fetcher_it =
|
| std::find(page_data->image_fetchers_.begin(),
|
|
|