Bug 1951893 - Remove unneeded StaticAtom suffixes. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D240598
This commit is contained in:
Tom Schuster
2025-03-11 11:36:09 +00:00
parent 4a07aebf8e
commit b8d11d463f
40 changed files with 856 additions and 858 deletions

View File

@@ -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;
}