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