зеркало из https://github.com/mozilla/pjs.git
Some more poking.
This commit is contained in:
Родитель
5dab07ca44
Коммит
220904def7
|
@ -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;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче