зеркало из https://github.com/mozilla/pjs.git
Bug 414338, nsFind crashes if passed a range rooted at a document, r+sr=jst
This commit is contained in:
Родитель
f86fa425cd
Коммит
8a5f870904
|
@ -363,7 +363,10 @@ nsFindContentIterator::MaybeSetupInnerIterator()
|
|||
void
|
||||
nsFindContentIterator::SetupInnerIterator(nsIContent* aContent)
|
||||
{
|
||||
NS_ASSERTION(aContent && !aContent->IsNativeAnonymous(), "invalid call");
|
||||
if (!aContent) {
|
||||
return;
|
||||
}
|
||||
NS_ASSERTION(!aContent->IsNativeAnonymous(), "invalid call");
|
||||
|
||||
nsIDocument* doc = aContent->GetDocument();
|
||||
nsIPresShell* shell = doc ? doc->GetPrimaryShell() : nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче