Index: chrome/browser/tab_contents/tab_contents_view_mac.mm |
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm |
index 927af25b68457322a31fddd1bb4604ac3646a57b..2fc3cb290c1d1587343f206d27b27c5299f5ed36 100644 |
--- a/chrome/browser/tab_contents/tab_contents_view_mac.mm |
+++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm |
@@ -271,9 +271,10 @@ void TabContentsViewMac::TakeFocus(bool reverse) { |
void TabContentsViewMac::CreateNewWindow( |
int route_id, |
- const ViewHostMsg_CreateWindow_Params& params) { |
+ const ViewHostMsg_CreateWindow_Params& params, |
+ ContentFrame* opener) { |
delegate_view_helper_.CreateNewWindowFromTabContents( |
- tab_contents_, route_id, params); |
+ opener, route_id, params); |
} |
void TabContentsViewMac::CreateNewWidget( |