Chromium Code Reviews| 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 565a62e6d353c7733f663f2c32fdc5792ab4b3e8..dc8e947255cc22477894c945ac5860bb23983949 100644 |
| --- a/chrome/browser/resources/options/autofill_options_list.js |
| +++ b/chrome/browser/resources/options/autofill_options_list.js |
| @@ -455,7 +455,7 @@ cr.define('options.autofillOptions', function() { |
| // selected. |
| var firstItem = this.getListItemByIndex(0); |
| if (!selectedItem && firstItem && e.newValue) |
| - firstItem.handleFocus_(); |
| + firstItem.handleFocus(); |
|
bondd
2014/11/11 23:43:24
Renamed this in DeletableItem and missed updating
|
| } |
| }, |