Backed out changeset f87b46d44d22 (bug 437366)

This commit is contained in:
Boris Zbarsky 2009-01-05 17:04:28 -05:00
parent c23750e4c2
commit 0bcbe89abc

View File

@ -251,12 +251,8 @@ nsCSSCompressedDataBlock::MapRuleInfoInto(nsRuleData *aRuleData) const
mPresContext->
DefaultBackgroundColor());
}
} else if (iProp == eCSSProperty_color) {
// Force colors to the user's default.
target->SetColorValue(aRuleData->
mPresContext-> DefaultColor());
} else {
// Ignore 'border-*-color', and
// Ignore 'color', 'border-*-color', and
// 'background-image'
*target = nsCSSValue();
}