Index: content/browser/frame_host/interstitial_page_impl.cc |
diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc |
index f2ce0ea15787814d702905c97566b721da2ad808..add339319dac95a9197d80e2c769898f2a4763c2 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.cc |
+++ b/content/browser/frame_host/interstitial_page_impl.cc |
@@ -250,7 +250,7 @@ void InterstitialPageImpl::Show() { |
std::string data_url = "data:text/html;charset=utf-8," + |
net::EscapePath(delegate_->GetHTMLContents()); |
- render_view_host_->NavigateToURL(GURL(data_url)); |
+ frame_tree_.root()->current_frame_host()->NavigateToURL(GURL(data_url)); |
notification_registrar_.Add(this, NOTIFICATION_NAV_ENTRY_PENDING, |
Source<NavigationController>(controller_)); |