| Index: chrome/browser/resources/shared/js/i18n_template_no_process.js
|
| diff --git a/chrome/browser/resources/shared/js/i18n_template_no_process.js b/chrome/browser/resources/shared/js/i18n_template_no_process.js
|
| index cce85bed6190b9ecd5fa369a768bf98c004bf9e7..fc4ca7d63387b44c6ff120ebfb7eefcdb96559c7 100644
|
| --- a/chrome/browser/resources/shared/js/i18n_template_no_process.js
|
| +++ b/chrome/browser/resources/shared/js/i18n_template_no_process.js
|
| @@ -53,7 +53,7 @@ var i18nTemplate = (function() {
|
| * @param {LoadTimeData} dictionary The dictionary of strings to draw from.
|
| */
|
| 'i18n-options': function(select, key, dictionary) {
|
| - var options = dictionary.getString(key);
|
| + var options = dictionary.getValue(key);
|
| options.forEach(function(optionData) {
|
| var option = typeof optionData == 'string' ?
|
| new Option(optionData) :
|
|
|