зеркало из https://github.com/mozilla/pjs.git
oops forgot one
This commit is contained in:
Родитель
9eccad5750
Коммит
5594373348
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче