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 b340c0882141187d3db4b0146ef4b66435ccc3a2..16963fc0924b9f2f04f61223ddcdf14bc908420c 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); |
} |
} |