Bug 1451169 - Use nsStaticAtom* instead of nsStaticAtom** in Element.h. r=baku

And then fix up everything else that needs to change as well.

MozReview-Commit-ID: GDMfERqdQAc
This commit is contained in:
Nicholas Nethercote
2018-04-03 13:21:06 +10:00
parent eba2bdea95
commit 7ccd4b9401
57 changed files with 244 additions and 243 deletions

View File

@@ -5819,8 +5819,8 @@ NS_IMETHODIMP_(bool)
HTMLInputElement::IsAttributeMapped(const nsAtom* aAttribute) const
{
static const MappedAttributeEntry attributes[] = {
{ &nsGkAtoms::align },
{ &nsGkAtoms::type },
{ nsGkAtoms::align },
{ nsGkAtoms::type },
{ nullptr },
};