From 616941008e4592b5540de07575ec2dfcc83c86cf Mon Sep 17 00:00:00 2001 From: "darin%netscape.com" Date: Tue, 8 Oct 2002 21:18:41 +0000 Subject: [PATCH] revising my bustage fix git-svn-id: svn://10.0.0.236/trunk@131462 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 c5f34ec2aa1..c160de6f9ce 100644 --- a/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp +++ b/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp @@ -1661,7 +1661,7 @@ nsHTMLEditor::InsertTextWithQuotations(const nsAString &aStringToInsert) // If no newline found, lineStart is now strEnd and we can finish up, // inserting from curHunk to lineStart then returning. - const nsDependentSubstring &curHunk = Substring(hunkStart, lineStart); + const nsAString &curHunk = Substring(hunkStart, lineStart); nsCOMPtr dummyNode; #ifdef DEBUG_akkana_verbose printf("==== Inserting text as %squoted: ---\n%s---\n",