This commit is contained in:
jag%tty.nl 2006-05-15 12:19:54 +00:00
Родитель 5dab07ca44
Коммит 220904def7
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -350,7 +350,7 @@ nsFindContentIterator::SetupInnerIterator(nsIContent* aContent)
{ {
NS_ASSERTION(aContent && !aContent->IsNativeAnonymous(), "invalid call"); NS_ASSERTION(aContent && !aContent->IsNativeAnonymous(), "invalid call");
nsIDocument* doc = aContent->GetDocument(); nsIDocument* doc = aContent->GetCurrentDoc();
nsIPresShell* shell = doc ? doc->GetShellAt(0) : nsnull; nsIPresShell* shell = doc ? doc->GetShellAt(0) : nsnull;
if (!shell) if (!shell)
return; return;
@ -821,7 +821,7 @@ PRBool nsFind::IsVisibleNode(nsIDOMNode *aDOMNode)
if (!content) if (!content)
return PR_FALSE; return PR_FALSE;
nsCOMPtr<nsIDocument> doc = content->GetDocument(); nsCOMPtr<nsIDocument> doc = content->GetCurrentDoc();
if (!doc) if (!doc)
return PR_FALSE; return PR_FALSE;