| Index: chrome/browser/resources/chromeos/chromevox/walkers/math_shifter.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/math_shifter.js b/chrome/browser/resources/chromeos/chromevox/walkers/math_shifter.js
|
| index 07dda0d7baa734c14f703c2cb3f949af176ac22f..6488bf7ca77560724ba367a814a4ccf75ed6dacb 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/walkers/math_shifter.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/walkers/math_shifter.js
|
| @@ -78,7 +78,7 @@ cvox.MathShifter.prototype.sync = function(sel) {
|
| * @override
|
| */
|
| cvox.MathShifter.prototype.getName = function() {
|
| - return cvox.ChromeVox.msgs.getMsg('math_shifter');
|
| + return Msgs.getMsg('math_shifter');
|
| };
|
|
|
|
|
|
|