Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
index 1d12d9d05e93e447ea9745c8c5449f9a51b542ef..773c4820d897ab08d9dc0aae53ae3fc871770a4c 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
@@ -1159,7 +1159,8 @@ Output.prototype = { |
if (tree.firstChild) { |
var jsonQuery = tree.firstChild.value; |
node = node.find( |
- /** @type {Object}*/(JSON.parse(jsonQuery))); |
+ /** @type {chrome.automation.FindParams}*/( |
+ JSON.parse(jsonQuery))); |
var formatString = tree.firstChild.nextSibling; |
if (node) |
this.format_(node, formatString, buff); |