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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user