diff options
Diffstat (limited to 'content/browser/frame_host/navigator_impl.cc')
-rw-r--r-- | content/browser/frame_host/navigator_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc index f1ee1c9..362f64c 100644 --- a/content/browser/frame_host/navigator_impl.cc +++ b/content/browser/frame_host/navigator_impl.cc @@ -38,7 +38,7 @@ void NavigatorImpl::DidStartProvisionalLoad( bool is_iframe_srcdoc = (url.spec() == kAboutSrcDocURL); GURL validated_url(url); RenderProcessHost* render_process_host = render_frame_host->GetProcess(); - RenderViewHost::FilterURL(render_process_host, false, &validated_url); + render_process_host->FilterURL(false, &validated_url); // TODO(creis): This is a hack for now, until we mirror the frame tree and do // cross-process subframe navigations in actual subframes. As a result, we |