| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
|
| index 050414f397f709a2e1ee7f5055e8ecb769d8a913..e566075fd287076f969bc4ec72c91c19a9a5fa98 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs
|
| @@ -43,7 +43,7 @@ LiveRegionsTest.prototype = {
|
| */
|
| doCmd: function(cmd) {
|
| return function() {
|
| - ChromeVoxState.instance.onGotCommand(cmd);
|
| + CommandHandler.onCommand(cmd);
|
| };
|
| },
|
| };
|
|
|