| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc (revision 150796)
|
| +++ chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc (working copy)
|
| @@ -84,8 +84,8 @@
|
| }
|
|
|
| // Focus the target browser.
|
| - Browser* browser = browser::FindBrowserWithWebContents(
|
| - tab_->web_contents());
|
| + Browser* browser = browser::FindBrowserForController(
|
| + &tab_->web_contents()->GetController(), NULL);
|
| if (browser)
|
| browser->window()->Show();
|
| }
|
|
|