| Index: chrome/browser/ui/webui/downloads_dom_handler.cc
|
| diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| index 92ae00567d262dabb2d4d5afc5784892555ff7bb..7fbe6ac725fa27dbd17e33c66670a17f871df332 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| @@ -268,7 +268,7 @@ void DownloadsDOMHandler::HandleDrag(const ListValue* args) {
|
| gfx::NativeView view = web_ui()->GetWebContents()->GetNativeView();
|
| {
|
| // Enable nested tasks during DnD, while |DragDownload()| blocks.
|
| - MessageLoop::ScopedNestableTaskAllower allower(MessageLoop::current());
|
| + MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current());
|
| download_util::DragDownload(file, icon, view);
|
| }
|
| }
|
|
|