Index: chrome/browser/resources/history/history.js |
diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js |
index 1941f493bb51c46ca9648833cc6f971f31c97909..7d35211293897859fd0102b1d48c729ae608b336 100644 |
--- a/chrome/browser/resources/history/history.js |
+++ b/chrome/browser/resources/history/history.js |
@@ -1703,7 +1703,7 @@ HistoryView.prototype.updateFocusableElements_ = function() { |
this.currentVisits_.length > 0) { |
var firstVisit = this.currentVisits_[0]; |
firstVisit.setIsLead(true); |
- if (firstVisit.checkBox) firstVisit.checkBox.tabIndex = 0; |
+ (firstVisit.checkBox || firstVisit.titleLink).tabIndex = 0; |
} |
}; |