Bug 179956 - Remove unsound assertion; r=ehsan

This commit is contained in:
Ms2ger 2012-08-09 09:20:06 +02:00
parent cb6fef5051
commit eb175d3103

View File

@ -711,7 +711,6 @@ AssertParserServiceIsCorrect(nsIAtom* aTag, bool aIsBlock)
aTag==nsEditProperty::table ||
aTag==nsEditProperty::fieldset ||
aTag==nsEditProperty::address ||
aTag==nsEditProperty::caption ||
aTag==nsEditProperty::col ||
aTag==nsEditProperty::colgroup ||
aTag==nsEditProperty::li ||