| Index: chrome/browser/resources/options/autocomplete_list.js
|
| diff --git a/chrome/browser/resources/options/autocomplete_list.js b/chrome/browser/resources/options/autocomplete_list.js
|
| index 2aeb195cb5bd053998e584d11faa2daf2621a98f..c5cf3c152964e5b70a906a38b697ebe451cc6d0f 100644
|
| --- a/chrome/browser/resources/options/autocomplete_list.js
|
| +++ b/chrome/browser/resources/options/autocomplete_list.js
|
| @@ -173,7 +173,7 @@ cr.define('options', function() {
|
| if (!input)
|
| return;
|
|
|
| - input.removeEventListener('keydown', this.textFieldKeyHandler_);
|
| + input.removeEventListener('keydown', this.textFieldKeyHandler_, true);
|
| input.removeEventListener('input', this.textFieldInputHandler_);
|
| this.targetInput_ = null;
|
| this.suggestions = [];
|
|
|