Bug 656197 part 5. Remove UpdateState calls from AfterSetAttr, since they are no longer needed there. r=smaug

MozReview-Commit-ID: DmCf6Ndno2i
This commit is contained in:
Boris Zbarsky
2017-03-16 14:50:42 -04:00
parent 80d44b7e3f
commit b9b764f76c
5 changed files with 0 additions and 13 deletions

View File

@@ -1577,8 +1577,6 @@ HTMLInputElement::AfterSetAttr(int32_t aNameSpaceID, nsIAtom* aName,
// Clear the cached @autocomplete attribute state.
mAutocompleteAttrState = nsContentUtils::eAutocompleteAttrState_Unknown;
}
UpdateState(aNotify);
}
return nsGenericHTMLFormElementWithState::AfterSetAttr(aNameSpaceID, aName,