This commit is contained in:
akkana%netscape.com 1998-12-10 20:15:25 +00:00
Родитель 5a7ec536c0
Коммит 427f2d3ec5
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -1019,6 +1019,7 @@ nsresult nsRange::CloneContents(nsIDOMDocumentFragment** aReturn)
{ {
// Loop over the nodes contained in this Range: // Loop over the nodes contained in this Range:
// XXX Getting the nodes still needs to be implemented! // XXX Getting the nodes still needs to be implemented!
return NS_ERROR_NOT_IMPLEMENTED;
#if 0 #if 0
while (1) while (1)
{ {
@ -1043,7 +1044,8 @@ nsresult nsRange::CloneContents(nsIDOMDocumentFragment** aReturn)
#endif #endif
} }
NS_IF_RELEASE(document); NS_IF_RELEASE(docfrag);
return res;
} }
nsresult nsRange::Clone(nsIDOMRange** aReturn) nsresult nsRange::Clone(nsIDOMRange** aReturn)

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

@ -1019,6 +1019,7 @@ nsresult nsRange::CloneContents(nsIDOMDocumentFragment** aReturn)
{ {
// Loop over the nodes contained in this Range: // Loop over the nodes contained in this Range:
// XXX Getting the nodes still needs to be implemented! // XXX Getting the nodes still needs to be implemented!
return NS_ERROR_NOT_IMPLEMENTED;
#if 0 #if 0
while (1) while (1)
{ {
@ -1043,7 +1044,8 @@ nsresult nsRange::CloneContents(nsIDOMDocumentFragment** aReturn)
#endif #endif
} }
NS_IF_RELEASE(document); NS_IF_RELEASE(docfrag);
return res;
} }
nsresult nsRange::Clone(nsIDOMRange** aReturn) nsresult nsRange::Clone(nsIDOMRange** aReturn)