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:
@@ -237,19 +237,19 @@ NS_IMETHODIMP_(bool)
|
||||
HTMLTableCellElement::IsAttributeMapped(const nsAtom* aAttribute) const
|
||||
{
|
||||
static const MappedAttributeEntry attributes[] = {
|
||||
{ &nsGkAtoms::align },
|
||||
{ &nsGkAtoms::valign },
|
||||
{ &nsGkAtoms::nowrap },
|
||||
{ nsGkAtoms::align },
|
||||
{ nsGkAtoms::valign },
|
||||
{ nsGkAtoms::nowrap },
|
||||
#if 0
|
||||
// XXXldb If these are implemented, they might need to move to
|
||||
// GetAttributeChangeHint (depending on how, and preferably not).
|
||||
{ &nsGkAtoms::abbr },
|
||||
{ &nsGkAtoms::axis },
|
||||
{ &nsGkAtoms::headers },
|
||||
{ &nsGkAtoms::scope },
|
||||
{ nsGkAtoms::abbr },
|
||||
{ nsGkAtoms::axis },
|
||||
{ nsGkAtoms::headers },
|
||||
{ nsGkAtoms::scope },
|
||||
#endif
|
||||
{ &nsGkAtoms::width },
|
||||
{ &nsGkAtoms::height },
|
||||
{ nsGkAtoms::width },
|
||||
{ nsGkAtoms::height },
|
||||
{ nullptr }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user