| Index: components/dom_distiller/core/distiller_page.cc
|
| diff --git a/components/dom_distiller/core/distiller_page.cc b/components/dom_distiller/core/distiller_page.cc
|
| index fb115d8e8f78e84ac6cb8c36010595e846d66038..7e66e453dc2bb28b427f9586f612a7e936e0a75d 100644
|
| --- a/components/dom_distiller/core/distiller_page.cc
|
| +++ b/components/dom_distiller/core/distiller_page.cc
|
| @@ -94,7 +94,7 @@ void DistillerPage::OnDistillationDone(const GURL& page_url,
|
| std::unique_ptr<dom_distiller::proto::DomDistillerResult> distiller_result(
|
| new dom_distiller::proto::DomDistillerResult());
|
| bool found_content;
|
| - if (value->IsType(base::Value::TYPE_NULL)) {
|
| + if (value->IsType(base::Value::Type::NONE)) {
|
| found_content = false;
|
| } else {
|
| found_content =
|
|
|