| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
|
| index 01187fb663d0b5fd0f75ccc8d539724c8e344ac4..209388cc582ab827bbce03807a1c4c4a867881c9 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_shifter.js
|
| @@ -70,7 +70,7 @@ goog.inherits(cvox.NavigationShifter, cvox.AbstractShifter);
|
| // These "const" literals may be used, but no order may be assumed
|
| // between them by any outside callers.
|
| /**
|
| - * @type {Object.<string, number>}
|
| + * @type {Object<string, number>}
|
| */
|
| cvox.NavigationShifter.GRANULARITIES = {
|
| 'CHARACTER': 0,
|
|
|