| Index: chrome/browser/resources/chromeos/chromevox/walkers/layout_line_walker_test.unitjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/layout_line_walker_test.unitjs b/chrome/browser/resources/chromeos/chromevox/walkers/layout_line_walker_test.unitjs
|
| index 56143d28d87133c8e774cc09e2630e85c283f6a2..70c16d7b039e80d0422278a7288f6fd2850988bb 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/walkers/layout_line_walker_test.unitjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/walkers/layout_line_walker_test.unitjs
|
| @@ -63,7 +63,7 @@ CvoxLayoutLineWalkerUnitTest.prototype = {
|
| 'userValue': '', 'annotation': '', 'earcons': [], 'personality': null,
|
| 'hint': '', 'category': null},
|
| {'context': '', 'text': 'google', 'userValue': '', 'annotation': 'Link',
|
| - 'earcons': [cvox.AbstractEarcons.LINK], 'personality': null,
|
| + 'earcons': [cvox.Earcon.LINK], 'personality': null,
|
| hint: '', 'category': null},
|
| {'context': '', 'text': 'are considered a single layout line.',
|
| 'userValue': '', 'annotation': '', 'earcons': [], 'personality': null,
|
| @@ -78,7 +78,7 @@ CvoxLayoutLineWalkerUnitTest.prototype = {
|
| 'text': 'Wikipedia',
|
| 'userValue': '',
|
| 'annotation': 'Link',
|
| - 'earcons': [cvox.AbstractEarcons.LINK],
|
| + 'earcons': [cvox.Earcon.LINK],
|
| 'personality': null,
|
| 'hint': '', 'category': null},
|
| {'context': '', 'text':
|
|
|