Bug 1451169 - Use nsStaticAtom* instead of nsStaticAtom** in Element.h. r=baku
This commit is contained in:
@@ -5652,7 +5652,7 @@ NS_IMETHODIMP_(bool)
|
||||
HTMLInputElement::IsAttributeMapped(const nsAtom* aAttribute) const
|
||||
{
|
||||
static const MappedAttributeEntry attributes[] = {
|
||||
{ &nsGkAtoms::align },
|
||||
{ nsGkAtoms::align },
|
||||
{ nullptr },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user