| Index: components/dom_distiller/content/browser/distillability_driver.cc
|
| diff --git a/components/dom_distiller/content/browser/distillability_driver.cc b/components/dom_distiller/content/browser/distillability_driver.cc
|
| index 8d5b06e6d6b475a41003a897a9ffcb67cacb3c5a..ce19a4650418bbc1ac41da4080d536bcb7140faa 100644
|
| --- a/components/dom_distiller/content/browser/distillability_driver.cc
|
| +++ b/components/dom_distiller/content/browser/distillability_driver.cc
|
| @@ -91,7 +91,7 @@ void DistillabilityDriver::RenderFrameHostChanged(
|
|
|
| void DistillabilityDriver::ReadyToCommitNavigation(
|
| content::NavigationHandle* navigation_handle) {
|
| - if (!navigation_handle->IsSamePage())
|
| + if (!navigation_handle->IsSameDocument())
|
| SetupMojoService(navigation_handle->GetRenderFrameHost());
|
| }
|
|
|
|
|