Bug 1273766 - part3: purge NS_UpdateHint inline. r=heycam
MozReview-Commit-ID: IIOT9jq8hOl
This commit is contained in:
@@ -66,7 +66,7 @@ HTMLDetailsElement::GetAttributeChangeHint(const nsIAtom* aAttribute,
|
||||
nsChangeHint hint =
|
||||
nsGenericHTMLElement::GetAttributeChangeHint(aAttribute, aModType);
|
||||
if (aAttribute == nsGkAtoms::open) {
|
||||
NS_UpdateHint(hint, nsChangeHint_ReconstructFrame);
|
||||
hint |= nsChangeHint_ReconstructFrame;
|
||||
}
|
||||
return hint;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user