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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/aria_util.js

Issue 1774743002: Fix some ChromeVox Closure compiler errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: chrome/browser/resources/chromeos/chromevox/common/aria_util.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/aria_util.js b/chrome/browser/resources/chromeos/chromevox/common/aria_util.js
index 1c1d9a789081c57ec86e6ce7dcfff93e25a39c2c..b73ab77463ba3ee7e2c6d493b44a9a757c368769 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/aria_util.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/aria_util.js
@@ -593,7 +593,7 @@ cvox.AriaUtil.getNextLevel = function(parentControl, role) {
/**
* Recursively finds the first node(s) that match the role.
*
- * @param {Element} current The node to start looking at.
+ * @param {Node} current The node to start looking at.
* @param {Array<string>} role The role(s) to match.
* @return {Array<Element>} The array of matching nodes.
*/

Powered by Google App Engine
This is Rietveld 408576698