backout bug 1134280 for fixing yandex search "Read more" link

This commit is contained in:
2019-04-18 11:55:49 +08:00
parent 81d2deb5ab
commit 980f33daef
249 changed files with 1877 additions and 1848 deletions
+1 -1
View File
@@ -1898,7 +1898,7 @@ HTMLInputElement::GetList() const
}
Element* element = doc->GetElementById(dataListId);
if (!element || !element->IsHTMLElement(nsGkAtoms::datalist)) {
if (!element || !element->IsHTML(nsGkAtoms::datalist)) {
return nullptr;
}