зеркало из https://github.com/mozilla/pjs.git
Fix win32 build
This commit is contained in:
Родитель
5a7ec536c0
Коммит
427f2d3ec5
|
@ -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)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче