| Index: third_party/WebKit/Source/web/resources/calendarPicker.js
|
| diff --git a/third_party/WebKit/Source/web/resources/calendarPicker.js b/third_party/WebKit/Source/web/resources/calendarPicker.js
|
| index 0ba0d41d0e859dc0334e2d44c9ee3c7ce5f344ea..89571bf61d8e6b9d95db347d6ceb88f33322ac4a 100644
|
| --- a/third_party/WebKit/Source/web/resources/calendarPicker.js
|
| +++ b/third_party/WebKit/Source/web/resources/calendarPicker.js
|
| @@ -2438,7 +2438,7 @@ YearListView.prototype.prepareNewCell = function(row) {
|
| if (this.highlightedMonth && row === this.highlightedMonth.year - 1) {
|
| var monthButton = cell.monthButtons[this.highlightedMonth.month];
|
| monthButton.classList.add(YearListCell.ClassNameHighlighted);
|
| - // aira-activedescendant assumes both elements have layoutObjects, and
|
| + // aria-activedescendant assumes both elements have layoutObjects, and
|
| // |monthButton| might have no layoutObject yet.
|
| var element = this.element;
|
| setTimeout(function() {
|
|
|