This commit is contained in:
mjudge%netscape.com 1999-06-19 20:50:20 +00:00
Родитель 9eccad5750
Коммит 5594373348
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -241,7 +241,7 @@ PRBool GetNodeBracketPoints(nsIContent* aNode,
else
{
nsCOMPtr<nsIContent> cN(do_QueryInterface(*outParent));
if (!cn || NS_FAILED(cN->IndexOf(aNode, indx)))
if (!cN || NS_FAILED(cN->IndexOf(aNode, indx)))
return PR_FALSE;
*outStartOffset = indx;
*outEndOffset = indx+1;

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

@ -241,7 +241,7 @@ PRBool GetNodeBracketPoints(nsIContent* aNode,
else
{
nsCOMPtr<nsIContent> cN(do_QueryInterface(*outParent));
if (!cn || NS_FAILED(cN->IndexOf(aNode, indx)))
if (!cN || NS_FAILED(cN->IndexOf(aNode, indx)))
return PR_FALSE;
*outStartOffset = indx;
*outEndOffset = indx+1;