| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js
|
| index ff4cba6bfa43809fe75c396f40f51976f6645632..917ea4e4adb7356f01de1af8f39224c9d0b6734b 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js
|
| @@ -73,7 +73,7 @@ cvox.ChromeVoxKbHandler.sortKeyToFunctionsTable_ = function(
|
| // The keys are the same length. Sort lexicographically.
|
| return a[0].localeCompare(b[0]);
|
| }
|
| - };
|
| + }
|
|
|
| sortingArray.sort(compareKeyStr);
|
| return sortingArray;
|
|
|