| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js
|
| index e227ed08485eedfbd66d05188c526edfdea68ee5..0a5070d9df951f391a4349f356e1ce52130ec2b3 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js
|
| @@ -310,7 +310,7 @@ cvox.ApiImplementation.getCurrentNode = function(callbackId) {
|
| * a call was made. Otherwise returns the description that the NavigationManager
|
| * would speak.
|
| * @param {Node} node The node for which to get the description.
|
| - * @return {Array.<cvox.NavDescription>} The description array.
|
| + * @return {Array<cvox.NavDescription>} The description array.
|
| * @private
|
| */
|
| cvox.ApiImplementation.getDesc_ = function(node) {
|
|
|