Bug 1951893 - Remove unneeded StaticAtom suffixes. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D240598
This commit is contained in:
@@ -1764,7 +1764,7 @@ void HTMLInputElement::SetValue(const nsAString& aValue, CallerType aCallerType,
|
||||
|
||||
HTMLDataListElement* HTMLInputElement::GetList() const {
|
||||
nsAutoString dataListId;
|
||||
GetAttr(nsGkAtoms::list_, dataListId);
|
||||
GetAttr(nsGkAtoms::list, dataListId);
|
||||
if (dataListId.IsEmpty()) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user