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

@@ -1079,7 +1079,7 @@ HTMLTableElement::BuildInheritedAttributes()
document->GetAttributeStyleSheet() : nullptr;
RefPtr<nsMappedAttributes> newAttrs;
if (sheet) {
const nsAttrValue* value = mAttrsAndChildren.GetAttr(nsGkAtoms::cellpadding);
const nsAttrValue* value = mAttrs.GetAttr(nsGkAtoms::cellpadding);
if (value) {
RefPtr<nsMappedAttributes> modifiableMapped = new
nsMappedAttributes(sheet, MapInheritedTableAttributesIntoRule);