From b521bfd66fa109ed3fafa2f8df8f4b9797e4a239 Mon Sep 17 00:00:00 2001 From: "jfrancis%netscape.com" Date: Tue, 12 Mar 2002 04:05:46 +0000 Subject: [PATCH] one word fix for smoketest blocker 130103 git-svn-id: svn://10.0.0.236/trunk@116367 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp b/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp index 2ae014f5c8a..484d65c170a 100644 --- a/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp +++ b/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp @@ -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