Index: content/browser/frame_host/interstitial_page_impl.h |
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h |
index cbe813e38946bb3a57b0685bf1638131634d4259..26beb24780b5c0264c90490a0164ac1378c4219b 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -119,7 +119,7 @@ class CONTENT_EXPORT InterstitialPageImpl |
void Paste() override; |
void SelectAll() override; |
void CreateNewWindow( |
- SiteInstance* source_site_instance, |
+ RenderFrameHost* opener, |
int32_t render_view_route_id, |
int32_t main_frame_route_id, |
int32_t main_frame_widget_route_id, |