| Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| index c6d0ea2a29ffa82b2858e94b805e50597dc1c8bd..2af2bbe1169fa5d12cc04e2311408b4e074b53ed 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
|
| @@ -143,7 +143,7 @@
|
| type="search"
|
| on-input="onSearchInput_"
|
| on-search="onSearchTermSearch"
|
| - on-keydown="onSearchTermKeydown"
|
| + on-keydown="onSearchTermKeydown_"
|
| on-focus="onInputFocus_"
|
| on-blur="onInputBlur_"
|
| incremental
|
|
|