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

This reverts commit 980f33daef.
This commit is contained in:
2019-04-18 22:23:06 +08:00
parent 980f33daef
commit 01ed5ad3ac
249 changed files with 1850 additions and 1879 deletions
+1 -1
View File
@@ -1898,7 +1898,7 @@ HTMLInputElement::GetList() const
}
Element* element = doc->GetElementById(dataListId);
if (!element || !element->IsHTML(nsGkAtoms::datalist)) {
if (!element || !element->IsHTMLElement(nsGkAtoms::datalist)) {
return nullptr;
}