| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| index 981041334a9f0402bc0b5bdab41f7e0a99acb358..6fdbcb94e6450383561931573fdbeb9139cc9418 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| @@ -154,7 +154,7 @@ cvox.ChromeVoxBackground.prototype.init = function() {
|
| * @type {cvox.BrailleBackground}
|
| * @private
|
| */
|
| - this.backgroundBraille_ = new cvox.BrailleBackground();
|
| + this.backgroundBraille_ = cvox.BrailleBackground.getInstance();
|
|
|
| this.tabsApiHandler_ = new cvox.TabsApiHandler();
|
|
|
|
|