Bug 1481399 - rename nsAttrAndChildArray to AttrArray, r=mrbkap

This commit is contained in:
Olli Pettay
2018-08-07 22:07:26 +03:00
parent 94d8a51b9d
commit bcb0ac8885
28 changed files with 197 additions and 203 deletions

View File

@@ -366,7 +366,7 @@ HTMLObjectElement::IsHTMLFocusable(bool aWithMouse,
// TODO: this should probably be managed directly by IsHTMLFocusable.
// See bug 597242.
const nsAttrValue* attrVal = mAttrsAndChildren.GetAttr(nsGkAtoms::tabindex);
const nsAttrValue* attrVal = mAttrs.GetAttr(nsGkAtoms::tabindex);
*aIsFocusable = attrVal && attrVal->Type() == nsAttrValue::eInteger;