| Index: chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
|
| index c5e8e440464f299e5a4662cc136606caabcdad05..dda8a892bccfbb8f1b921a577658f14520c0e7f0 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/host.js
|
| @@ -70,7 +70,7 @@ cvox.ChromeHost.prototype.init = function() {
|
|
|
| if (prefs['position']) {
|
| cvox.ChromeVox.position =
|
| - /** @type {Object.<string, {x:number, y:number}>} */ (
|
| + /** @type {Object<string, {x:number, y:number}>} */ (
|
| JSON.parse(prefs['position']));
|
| }
|
|
|
|
|