Index: chrome/browser/resources/chromeos/chromevox/common/description_util.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/common/description_util.js b/chrome/browser/resources/chromeos/chromevox/common/description_util.js |
index 237bb06d939ec8c726fa8f223eece4d6d638c366..e14def44141d3e990eb66d8a9bea7fb88ca7f622 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/common/description_util.js |
+++ b/chrome/browser/resources/chromeos/chromevox/common/description_util.js |
@@ -469,6 +469,6 @@ cvox.DescriptionUtil.getMathDescription = function(node) { |
if (cvox.ChromeVox.verbosity == cvox.VERBOSITY_VERBOSE) { |
ret[ret.length - 1].annotation = 'math'; |
} |
- ret[0].pushEarcon(cvox.AbstractEarcons.SPECIAL_CONTENT); |
+ ret[0].pushEarcon(cvox.Earcon.SPECIAL_CONTENT); |
return ret; |
}; |