| Index: chrome/browser/resources/chromeos/chromevox/common/dom_util.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/common/dom_util.js b/chrome/browser/resources/chromeos/chromevox/common/dom_util.js
|
| index c8d4fd69e689bf2c81eba748818bb7df26068555..15e43ec6fd4763256323efae81e5c4a8e64bfd38 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/dom_util.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/dom_util.js
|
| @@ -2488,7 +2488,7 @@ cvox.DomUtil.isMathJax = function(node) {
|
| return (n.tagName == 'SPAN' &&
|
| n.className.split(' ').some(function(x) {
|
| return x.toLowerCase() == cl;}));
|
| - };
|
| + }
|
| if (isSpanWithClass(node, 'math')) {
|
| var ancestors = cvox.DomUtil.getAncestors(node);
|
| return ancestors.some(function(x) {return isSpanWithClass(x, 'mathjax');});
|
|
|