Bug 1451169 - Use nsStaticAtom* instead of nsStaticAtom** in Element.h. r=baku
This commit is contained in:
@@ -301,7 +301,7 @@ void
|
||||
nsImageBoxFrame::UpdateLoadFlags()
|
||||
{
|
||||
static Element::AttrValuesArray strings[] =
|
||||
{&nsGkAtoms::always, &nsGkAtoms::never, nullptr};
|
||||
{nsGkAtoms::always, nsGkAtoms::never, nullptr};
|
||||
switch (mContent->AsElement()->FindAttrValueIn(kNameSpaceID_None,
|
||||
nsGkAtoms::validate, strings,
|
||||
eCaseMatters)) {
|
||||
|
||||
Reference in New Issue
Block a user