oops forgot one
git-svn-id: svn://10.0.0.236/trunk@35904 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user