| Index: chrome/browser/resources/options/autofill_options_list.js
|
| diff --git a/chrome/browser/resources/options/autofill_options_list.js b/chrome/browser/resources/options/autofill_options_list.js
|
| index 540bf56e6f9105a02b74e4f5551cce21d06cd04a..8fd7fdb6a09726eb4b28bac4e5e4e242a06850c2 100644
|
| --- a/chrome/browser/resources/options/autofill_options_list.js
|
| +++ b/chrome/browser/resources/options/autofill_options_list.js
|
| @@ -489,7 +489,8 @@ cr.define('options.autofillOptions', function() {
|
| var info = new Array();
|
| info[0] = index;
|
| info[1] = numbers;
|
| - info[2] = $('country').value;
|
| + info[2] = document.querySelector(
|
| + '#autofill-edit-address-overlay [field=country]').value;
|
| this.validationRequests_++;
|
| chrome.send('validatePhoneNumbers', info);
|
| },
|
|
|