This commit is contained in:
mkaply%us.ibm.com 2006-05-17 02:37:42 +00:00
Родитель 451c27c8e2
Коммит eefaf070cf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -62,7 +62,7 @@ inLayoutUtils::GetWindowFor(nsIDOMNode* aNode)
{
nsCOMPtr<nsIDOMDocument> doc1;
aNode->GetOwnerDocument(getter_AddRefs(doc1));
return GetWindowFor(doc1);
return GetWindowFor(doc1.get());
}
nsIDOMWindowInternal*