| Index: ios/web/net/crw_url_verifying_protocol_handler.mm
|
| diff --git a/ios/web/net/crw_url_verifying_protocol_handler.mm b/ios/web/net/crw_url_verifying_protocol_handler.mm
|
| index 492bef880a6b0ce7110e2f95d68787d5aaca78f5..1f377b3eccd9b50ac8ebf6c85cf39b582dbfa053 100644
|
| --- a/ios/web/net/crw_url_verifying_protocol_handler.mm
|
| +++ b/ios/web/net/crw_url_verifying_protocol_handler.mm
|
| @@ -249,7 +249,7 @@ const char kCheckRelativeURL[] =
|
| web::URLVerificationTrustLevel trustLevel;
|
| web::WebClient* web_client = web::GetWebClient();
|
| DCHECK(web_client);
|
| - base::scoped_nsobject<UIWebView> dummyWebView(web::CreateStaticFileWebView());
|
| + base::scoped_nsobject<UIWebView> dummyWebView(web::CreateUIWebView());
|
| [CRWURLVerifyingProtocolHandler currentURLForWebView:dummyWebView
|
| trustLevel:&trustLevel];
|
| return [[CRWURLVerifyingProtocolHandlerData sharedInstance] preInitialized];
|
|
|