Bug 1148228 - Stop checking ul twice

This commit is contained in:
Ehsan Akhgari 2015-03-26 20:42:57 -04:00
parent ec293905dc
commit e04d1eceac

View File

@ -436,8 +436,7 @@ nsHTMLCSSUtils::IsCSSEditableProperty(nsIContent* aNode,
nsGkAtoms::dd,
nsGkAtoms::dt,
nsGkAtoms::address,
nsGkAtoms::pre,
nsGkAtoms::ul)) {
nsGkAtoms::pre)) {
return true;
}