Index: chrome/browser/resources/active_downloads.html |
=================================================================== |
--- chrome/browser/resources/active_downloads.html (revision 91473) |
+++ chrome/browser/resources/active_downloads.html (working copy) |
@@ -419,7 +419,7 @@ |
}, |
openFilePath_: function() { |
- chromeSend('openNewFullWindow', 'file://' + this.path); |
+ chromeSend('openNewFullWindow', 'file://' + escape(this.path)); |
}, |
/** |