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

@@ -4831,7 +4831,7 @@ HTMLInputElement::HandleTypeChange(uint8_t aNewType, bool aNotify)
CancelImageRequests(aNotify);
// And we should update our mapped attribute mapping function.
mAttrsAndChildren.UpdateMappedAttrRuleMapper(*this);
mAttrs.UpdateMappedAttrRuleMapper(*this);
} else if (mType == NS_FORM_INPUT_IMAGE) {
if (aNotify) {
// We just got switched to be an image input; we should see
@@ -4848,7 +4848,7 @@ HTMLInputElement::HandleTypeChange(uint8_t aNewType, bool aNotify)
}
// And we should update our mapped attribute mapping function.
mAttrsAndChildren.UpdateMappedAttrRuleMapper(*this);
mAttrs.UpdateMappedAttrRuleMapper(*this);
}
if (mType == NS_FORM_INPUT_PASSWORD && IsInComposedDoc()) {