| Index: chrome/browser/ui/panels/panel_host.cc
|
| diff --git a/chrome/browser/ui/panels/panel_host.cc b/chrome/browser/ui/panels/panel_host.cc
|
| index 3044c2bd9390c6fc7697b65c187db269feea2682..658d930ca7f1498c4eb93be98a1423ca83d4781a 100644
|
| --- a/chrome/browser/ui/panels/panel_host.cc
|
| +++ b/chrome/browser/ui/panels/panel_host.cc
|
| @@ -204,7 +204,7 @@ void PanelHost::WebContentsDestroyed(content::WebContents* web_contents) {
|
| // Close the panel after we return to the message loop (not immediately,
|
| // otherwise, it may destroy this object before the stack has a chance
|
| // to cleanly unwind.)
|
| - MessageLoop::current()->PostTask(
|
| + base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&PanelHost::ClosePanel, weak_factory_.GetWeakPtr()));
|
| }
|
|
|