| Index: components/dom_distiller/content/browser/web_contents_main_frame_observer.cc
|
| diff --git a/components/dom_distiller/content/browser/web_contents_main_frame_observer.cc b/components/dom_distiller/content/browser/web_contents_main_frame_observer.cc
|
| index 8e561a758ba1fcdef01a4890b74abcb26275c369..ac85891cb8e98c0164007bda89f929075de3b290 100644
|
| --- a/components/dom_distiller/content/browser/web_contents_main_frame_observer.cc
|
| +++ b/components/dom_distiller/content/browser/web_contents_main_frame_observer.cc
|
| @@ -35,7 +35,7 @@ void WebContentsMainFrameObserver::DidFinishNavigation(
|
| content::NavigationHandle* navigation_handle) {
|
| if (!navigation_handle->IsInMainFrame() ||
|
| !navigation_handle->HasCommitted() ||
|
| - navigation_handle->IsSamePage()) {
|
| + navigation_handle->IsSameDocument()) {
|
| return;
|
| }
|
|
|
|
|