| Index: components/dom_distiller/ios/distiller_page_ios.mm
|
| diff --git a/components/dom_distiller/ios/distiller_page_ios.mm b/components/dom_distiller/ios/distiller_page_ios.mm
|
| index 04bfd9008bd156e9a5da91b44d6b29d20567d9a3..be36100e11fed2848af63b57f48f23fb6ec04086 100644
|
| --- a/components/dom_distiller/ios/distiller_page_ios.mm
|
| +++ b/components/dom_distiller/ios/distiller_page_ios.mm
|
| @@ -205,9 +205,6 @@ void DistillerPageIOS::DistillPageImpl(const GURL& url,
|
| web::NavigationManager::WebLoadParams params(url_);
|
| web_state_->SetWebUsageEnabled(true);
|
| web_state_->GetNavigationManager()->LoadURLWithParams(params);
|
| - // GetView is needed because the view is not created (but needed) when
|
| - // loading the page.
|
| - web_state_->GetView();
|
| }
|
|
|
| void DistillerPageIOS::OnLoadURLDone(
|
|
|