Backed out changeset 8c1f9996a7d6 (bug 906116)

This commit is contained in:
Carsten "Tomcat" Book
2016-07-06 05:40:06 +02:00
parent 8456942611
commit de5949e087
9 changed files with 17 additions and 17 deletions

View File

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