Bug 1273766 - part3: purge NS_UpdateHint inline. r=heycam

MozReview-Commit-ID: IIOT9jq8hOl
This commit is contained in:
Jeremy Chen
2016-05-23 11:26:03 +08:00
parent 7f5f219f9b
commit e18b390d40
19 changed files with 134 additions and 143 deletions

View File

@@ -1413,7 +1413,7 @@ HTMLSelectElement::GetAttributeChangeHint(const nsIAtom* aAttribute,
nsGenericHTMLFormElementWithState::GetAttributeChangeHint(aAttribute, aModType);
if (aAttribute == nsGkAtoms::multiple ||
aAttribute == nsGkAtoms::size) {
NS_UpdateHint(retval, NS_STYLE_HINT_FRAMECHANGE);
retval |= NS_STYLE_HINT_FRAMECHANGE;
}
return retval;
}