Index: chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs |
diff --git a/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs b/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs |
index b5b7a5889497b2b2a2cf48107884a26f4e23eead..3946e4d07fd310f9946ecb38eba3cc11328a106e 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs |
+++ b/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs |
@@ -43,7 +43,7 @@ TEST_F('CvoxLibLouisTest', 'checkAllTables', function() { |
var checkNextTable = function() { |
var table = all_tables[i++]; |
if (table) { |
- this.instance.getTranslator(table.fileName, function(translator) { |
+ this.instance.getTranslator(table.fileNames, function(translator) { |
assertNotEquals(null, translator, |
'Table ' + table + ' should be valid'); |
checkNextTable(); |