fix for 167893: ordered list not pasted properly. r=cmanske, sr=kin

git-svn-id: svn://10.0.0.236/trunk@130101 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jfrancis%netscape.com 2002-09-20 02:27:19 +00:00
parent 1aad8b9b17
commit fa9c16961e

View File

@ -1374,6 +1374,7 @@ nsHTMLCopyEncoder::PromoteRange(nsIDOMRange *inRange)
{
rv = PromoteAncestorChain(address_of(opStartNode), &opStartOffset, &opEndOffset);
NS_ENSURE_SUCCESS(rv, rv);
opEndNode = opStartNode;
}
// set the range to the new values