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:
parent
35ee05cac5
commit
7052fc59c5
@ -62,7 +62,7 @@ inLayoutUtils::GetWindowFor(nsIDOMNode* aNode)
|
||||
{
|
||||
nsCOMPtr<nsIDOMDocument> doc1;
|
||||
aNode->GetOwnerDocument(getter_AddRefs(doc1));
|
||||
return GetWindowFor(doc1);
|
||||
return GetWindowFor(doc1.get());
|
||||
}
|
||||
|
||||
nsIDOMWindowInternal*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user