Index: chrome/browser/resources/downloads/downloads.js |
diff --git a/chrome/browser/resources/downloads/downloads.js b/chrome/browser/resources/downloads/downloads.js |
index 54dca4f03d602377b12926caa2b1992d2f7acb9a..ab904b8ee1b9de5b730d0341b2ab198a213af0dd 100644 |
--- a/chrome/browser/resources/downloads/downloads.js |
+++ b/chrome/browser/resources/downloads/downloads.js |
@@ -690,9 +690,9 @@ Download.prototype.update = function(download) { |
this.nodeFileName_.classList.remove('interrupted'); |
} |
- showInline(this.nodeFileLink_, |
- this.state_ == Download.States.COMPLETE && |
- !this.fileExternallyRemoved_); |
+ showInlineBlock(this.nodeFileLink_, |
+ this.state_ == Download.States.COMPLETE && |
+ !this.fileExternallyRemoved_); |
// nodeFileName_ has to be inline-block to avoid the 'interaction' with |
// nodeStatus_. If both are inline, it appears that their text contents |
// are merged before the bidi algorithm is applied leading to an |