| 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.
|
| */
|
|
|