This commit is contained in:
sfraser%netscape.com 2000-05-01 21:50:18 +00:00
Родитель 29ea7a1c61
Коммит ed77f6bbc2
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1075,7 +1075,7 @@ nsresult nsRange::SelectNode(nsIDOMNode* aN)
{
nsCOMPtr<nsIDOMNode> parent;
nsCOMPtr<nsIDOMNode> theNode( do_QueryInterface(aN) );
if (!aN) return NS_ERROR_NULL_POINTER;
nsresult res = aN->GetParentNode(getter_AddRefs(parent));
if (NS_FAILED(res)) return res;
PRInt32 indx = IndexOf(theNode);

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

@ -1075,7 +1075,7 @@ nsresult nsRange::SelectNode(nsIDOMNode* aN)
{
nsCOMPtr<nsIDOMNode> parent;
nsCOMPtr<nsIDOMNode> theNode( do_QueryInterface(aN) );
if (!aN) return NS_ERROR_NULL_POINTER;
nsresult res = aN->GetParentNode(getter_AddRefs(parent));
if (NS_FAILED(res)) return res;
PRInt32 indx = IndexOf(theNode);