Index: chrome/browser/tab_contents/tab_contents_view_gtk.cc |
diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/tab_contents/tab_contents_view_gtk.cc |
index 1b2c5d6961dab44852501b7e0c69561b5ba553da..99661395ed603f741394c937ffaf4b6c71261057 100644 |
--- a/chrome/browser/tab_contents/tab_contents_view_gtk.cc |
+++ b/chrome/browser/tab_contents/tab_contents_view_gtk.cc |
@@ -327,9 +327,10 @@ gboolean TabContentsViewGtk::OnFocus(GtkWidget* widget, |
void TabContentsViewGtk::CreateNewWindow( |
int route_id, |
- const ViewHostMsg_CreateWindow_Params& params) { |
+ const ViewHostMsg_CreateWindow_Params& params, |
+ content::ContentFrame* opener) { |
delegate_view_helper_.CreateNewWindowFromTabContents( |
- tab_contents_, route_id, params); |
+ opener, route_id, params); |
} |
void TabContentsViewGtk::CreateNewWidget( |