Bug 1270740 - remove requestAutocomplete reference

This commit is contained in:
Jonathan Guillotte-Blouin
2017-05-15 14:23:30 -07:00
committed by GitHub
parent dfb9396296
commit 6a4173fbeb

View File

@@ -24,6 +24,4 @@ interface HTMLFormElement : HTMLElement {
void reset();
//boolean checkValidity();
//boolean reportValidity();
//void requestAutocomplete();
};