Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js |
index a2a52f4e7700a9a94918a37432b108d000ba92c0..3eedf086ab7d76e727da521489ede7d383d1edf6 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/live_regions.js |
@@ -336,7 +336,7 @@ cvox.LiveRegions.announceChange = function( |
navDescriptions = [cvox.DescriptionUtil.getDescriptionFromAncestors( |
[node], true, cvox.ChromeVox.verbosity)]; |
navDescriptions = [new cvox.NavDescription({ |
- context: cvox.ChromeVox.msgs.getMsg('live_regions_removed'), text: '' |
+ context: Msgs.getMsg('live_regions_removed'), text: '' |
})].concat(navDescriptions); |
} |