Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: third_party/WebKit/Source/web/resources/calendarPicker.js

Issue 1705853002: NOT FOR REVIEW. ax tree focus with debugging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed crash Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebDocument.cpp ('k') | third_party/WebKit/public/web/WebDocument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « third_party/WebKit/Source/web/WebDocument.cpp ('k') | third_party/WebKit/public/web/WebDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698