| Index: ios/web/interstitials/html_web_interstitial_impl.mm
|
| diff --git a/ios/web/interstitials/html_web_interstitial_impl.mm b/ios/web/interstitials/html_web_interstitial_impl.mm
|
| index f7f3f4f4d6617bdf0397d603ca5d8c8ba4a664b5..b484aa290f6f6bbd7cab3892c5bddcc9ae758b5b 100644
|
| --- a/ios/web/interstitials/html_web_interstitial_impl.mm
|
| +++ b/ios/web/interstitials/html_web_interstitial_impl.mm
|
| @@ -99,8 +99,7 @@ void HtmlWebInterstitialImpl::PrepareForDisplay() {
|
| [[CRWWebInterstitialImplCRWSimpleWebViewDelegate alloc]
|
| initWithInterstitial:this]);
|
| web_view_controller_.reset(web::CreateSimpleWebViewController(
|
| - CGRectZero, GetWebStateImpl()->GetBrowserState(),
|
| - GetWebStateImpl()->GetWebViewType()));
|
| + CGRectZero, GetWebStateImpl()->GetBrowserState()));
|
| [web_view_controller_ setDelegate:web_view_controller_delegate_];
|
| [[web_view_controller_ view]
|
| setAutoresizingMask:(UIViewAutoresizingFlexibleWidth |
|
|
|