diff --git a/patches/components-dom_distiller-content-browser-distiller_page_web_contents.cc.patch b/patches/components-dom_distiller-content-browser-distiller_page_web_contents.cc.patch deleted file mode 100644 index d6ae444f3cb4..000000000000 --- a/patches/components-dom_distiller-content-browser-distiller_page_web_contents.cc.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/components/dom_distiller/content/browser/distiller_page_web_contents.cc b/components/dom_distiller/content/browser/distiller_page_web_contents.cc -index e4025f7bc94c0ecaac4032900200a8caef39079b..6302a7a8cc28fa14d42ae04d1c8b734fc0991494 100644 ---- a/components/dom_distiller/content/browser/distiller_page_web_contents.cc -+++ b/components/dom_distiller/content/browser/distiller_page_web_contents.cc -@@ -164,7 +164,9 @@ void DistillerPageWebContents::ExecuteJavaScript() { - content::WebContentsObserver::Observe(nullptr); - // Stop any pending navigation since the intent is to distill the current - // page. -+ if (source_page_handle_->web_contents()->GetDelegate() == this) - source_page_handle_->web_contents()->Stop(); -+ - DVLOG(1) << "Beginning distillation"; - RunIsolatedJavaScript( - &TargetRenderFrameHost(), script_,