| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc b/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc
|
| index 53470525b1f8e393e6c5757532861f27fd8f6e7e..4bde29877eb6ba810db3b08248acce561c43154f 100644
|
| --- a/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc
|
| @@ -232,7 +232,7 @@ void BookmarkBubbleGtk::OnFolderChanged(GtkWidget* widget) {
|
| // signal. Since showing the editor also closes the bubble, delay this
|
| // so that GTK can unwind. Specifically gtk_menu_shell_button_release
|
| // will run, and we need to keep the combo box alive until then.
|
| - MessageLoop::current()->PostTask(
|
| + base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&BookmarkBubbleGtk::ShowEditor, factory_.GetWeakPtr()));
|
| }
|
|
|