| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 987af6c2271b886ff7cef3465471b2785fb1e1a5..7b7656c55697f502542f224763012986978ea388 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -3393,7 +3393,7 @@ BrowserWindow* Browser::CreateBrowserWindow() {
|
| create_panel = is_type_panel();
|
| #endif
|
| if (create_panel)
|
| - return PanelManager::GetInstance()->CreatePanel(this);
|
| + return PanelManager::GetInstance()->CreatePanel(this)->browser_window();
|
|
|
| return BrowserWindow::CreateBrowserWindow(this);
|
| }
|
|
|