Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js |
index 6ce94eae686945a6f3481b7396a5018a045bc123..d96d0cdbe770c6b1e4eef6efbb1c0d48318a3e0b 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_util.js |
@@ -30,6 +30,7 @@ AutomationUtil.Dir = { |
goog.scope(function() { |
+var AutomationNode = chrome.automation.AutomationNode; |
dmazzoni
2014/10/24 16:13:29
Replace chrome.automation.AutomationNode with Auto
|
var Dir = AutomationUtil.Dir; |
/** |