OS/2 bustage - need get()

git-svn-id: svn://10.0.0.236/trunk@134096 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2002-11-19 13:18:45 +00:00
parent 35ee05cac5
commit 7052fc59c5

View File

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