Bug 1417316 - [Form Autofill] Do not clear the cached autocomplete result when popup closed as it might be reused. r=ralin

MozReview-Commit-ID: 5uOHP5Feuvh

--HG--
extra : rebase_source : aa225be9211bcf7aba45098c99394a46a5932039
This commit is contained in:
Luke Chang 2017-11-15 16:12:08 +08:00
Родитель 7d5f568abc
Коммит a817a561c5
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -544,7 +544,6 @@ var FormAutofillContent = {
onPopupClosed() {
ProfileAutocomplete._clearProfilePreview();
ProfileAutocomplete.lastProfileAutoCompleteResult = null;
},
_markAsAutofillField(field) {