Quiet this warning for the one known case that it fires since we do a passable job of handling this case anyway. bug 341320, r+sr=sicking

git-svn-id: svn://10.0.0.236/trunk@200142 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2006-06-16 19:13:17 +00:00
parent 1f588864c1
commit a4191ffd29

View File

@@ -1193,7 +1193,7 @@ SinkContext::CloseContainer(const nsHTMLTag aTag, PRBool aMalformed)
--mStackPos;
nsHTMLTag nodeType = mStack[mStackPos].mType;
NS_ASSERTION(nodeType == aTag,
NS_ASSERTION(nodeType == eHTMLTag_form || nodeType == aTag,
"Tag mismatch. Closing tag on wrong context or something?");
nsGenericHTMLElement* content = mStack[mStackPos].mContent;