This commit is contained in:
jruderman@hmc.edu 2007-11-09 16:02:23 -08:00
Родитель 7f26e0225d
Коммит 4ae65aca82
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1385,7 +1385,7 @@ nsHTMLCopyEncoder::PromoteAncestorChain(nsCOMPtr<nsIDOMNode> *ioNode,
else
{
// passing parent as last param to GetPromotedPoint() allows it to promote only one level
// up the heirarchy.
// up the hierarchy.
rv = GetPromotedPoint( kStart, *ioNode, *ioStartOffset, address_of(frontNode), &frontOffset, parent);
NS_ENSURE_SUCCESS(rv, rv);
// then we make the same attempt with the endpoint