| Index: chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js b/chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js
|
| index 29b41ce57363e5c89a8c764fa982c1e4785652f5..b58b152f2e733154b5d516dc335618700523d164 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/walkers/walker_unittest_base.js
|
| @@ -16,8 +16,8 @@ CvoxWalkerUnitTestBase.prototype = {
|
|
|
| /** @override */
|
| closureModuleDeps: [
|
| - 'cvox.CursorSelection',
|
| - 'cvox.TestMsgs'
|
| + 'TestMsgs',
|
| + 'cvox.CursorSelection'
|
| ],
|
|
|
| /**
|
| @@ -25,7 +25,7 @@ CvoxWalkerUnitTestBase.prototype = {
|
| */
|
| setUp: function() {
|
| // Needed for getDescription and getGranularityMsg.
|
| - cvox.ChromeVox.msgs = new cvox.TestMsgs();
|
| + Msgs = TestMsgs;
|
|
|
| // Delete all nodes in the body.
|
| while (document.body.hasChildNodes()) {
|
|
|