| Index: chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc b/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| index 8b654815d0631bed2414ff47cad2c9f37cb5e6a4..2b82adf2cbbad8122b6a0f409fffede4eb08fd41 100644
|
| --- a/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| @@ -122,7 +122,7 @@ void ExtensionPopupGtk::OnDevToolsStateChanged(
|
| // If the devtools window is closing, we post a task to ourselves to
|
| // close the popup. This gives the devtools window a chance to finish
|
| // detaching from the inspected RenderViewHost.
|
| - MessageLoop::current()->PostTask(
|
| + base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&ExtensionPopupGtk::DestroyPopupWithoutResult,
|
| weak_factory_.GetWeakPtr()));
|
|
|