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:
parent
1aad8b9b17
commit
fa9c16961e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user