one word fix for smoketest blocker 130103
git-svn-id: svn://10.0.0.236/trunk@116367 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1713,7 +1713,7 @@ nsresult nsHTMLEditor::CreateDOMFragmentFromPaste(nsIDOMNSRange *aNSRange,
|
||||
contextDepth--;
|
||||
}
|
||||
|
||||
res = StripFormattingNodes(contextAsNode, PR_TRUE);
|
||||
res = StripFormattingNodes(*outFragNode, PR_TRUE);
|
||||
NS_ENSURE_SUCCESS(res, res);
|
||||
|
||||
// get the infoString contents
|
||||
|
||||
Reference in New Issue
Block a user