| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
| diff --git a/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc b/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
| index 6674fa08ad95610b84b21f9bee857fc569f782ea..84226654a22f41ab1dbc45331217926da3b5cc62 100644
|
| --- a/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
| +++ b/chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc
|
| @@ -82,7 +82,7 @@ void WebDragBookmarkHandlerGtk::OnDrop() {
|
|
|
| // Focus the target browser.
|
| Browser* browser = Browser::GetBrowserForController(
|
| - &tab_->tab_contents()->GetController(), NULL);
|
| + &tab_->tab_contents()->controller(), NULL);
|
| if (browser)
|
| browser->window()->Show();
|
| }
|
|
|