| 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 e14def44141d3e990eb66d8a9bea7fb88ca7f622..0b8f255fbe445953e913637b88554565deb7f4fc 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.Earcon.SPECIAL_CONTENT);
|
| + ret[0].pushEarcon(cvox.Earcon.MATH);
|
| return ret;
|
| };
|
|
|