oops forgot one

git-svn-id: svn://10.0.0.236/trunk@35904 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
1999-06-19 20:50:20 +00:00
parent 571f2a1a16
commit ac94f8e4e0
2 changed files with 2 additions and 2 deletions

View File

@@ -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;