зеркало из https://github.com/mozilla/pjs.git
trunk checkin of: fix for rtm++ dogfood+ 55748; r=sfraser; sr=kin
This commit is contained in:
Родитель
12fa89befb
Коммит
94d121d6fe
|
@ -896,7 +896,7 @@ nsresult nsContentSubtreeIterator::Init(nsIDOMRange* aRange)
|
|||
if (!firstCandidate)
|
||||
{
|
||||
// then firstCandidate is next node after cN
|
||||
if (NS_FAILED(GetNextSibling(cN, &firstCandidate)))
|
||||
if (NS_FAILED(GetNextSibling(cN, &firstCandidate)) || !firstCandidate)
|
||||
{
|
||||
MakeEmpty();
|
||||
return NS_OK;
|
||||
|
|
|
@ -896,7 +896,7 @@ nsresult nsContentSubtreeIterator::Init(nsIDOMRange* aRange)
|
|||
if (!firstCandidate)
|
||||
{
|
||||
// then firstCandidate is next node after cN
|
||||
if (NS_FAILED(GetNextSibling(cN, &firstCandidate)))
|
||||
if (NS_FAILED(GetNextSibling(cN, &firstCandidate)) || !firstCandidate)
|
||||
{
|
||||
MakeEmpty();
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче