Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js |
index 14ec91d633b52837bccfcbec91f6a48f5d133408..5cc7a26408eba117c9702559f295f74188297d88 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js |
@@ -46,7 +46,7 @@ cvox.InitGlobals.initGlobals = function() { |
cvox.ChromeVox.mathJax = cvox.HostFactory.getMathJax(); |
cvox.ChromeVox.earcons = cvox.HostFactory.getEarcons(); |
- cvox.ChromeVox.msgs = cvox.HostFactory.getMsgs(); |
+ cvox.ChromeVox.msgs = new cvox.Msgs(); |
cvox.ChromeVox.isActive = true; |
cvox.ChromeVox.navigationManager = new cvox.NavigationManager(); |
cvox.ChromeVox.navigationManager.updateIndicator(); |