bug 403664 - crash when pasting into textfield with rich text mode (a.o. Gmail) [@ nsParser::ParseFragment()]. r+sr=stuart

git-svn-id: svn://10.0.0.236/trunk@239510 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ted.mielczarek%gmail.com
2007-11-16 00:23:54 +00:00
parent f85abe9c73
commit 3bb5be0244

View File

@@ -2636,7 +2636,7 @@ nsresult nsHTMLEditor::ParseFragment(const nsAString & aFragStr,
nsCOMPtr<nsIDOMNode> *outNode)
{
// figure out if we are parsing full context or not
PRBool bContext = !aTagStack.IsEmpty();
PRBool bContext = aTagStack.IsEmpty();
// create the parser to do the conversion.
nsresult res;