Fixing build bustage.

git-svn-id: svn://10.0.0.236/trunk@60183 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com
2000-02-09 02:43:48 +00:00
parent a4ed8c7ea6
commit f7e553f434
2 changed files with 2 additions and 2 deletions

View File

@@ -380,7 +380,7 @@ nsXULCommandDispatcher::Focus(nsIDOMEvent* aEvent)
mCurrentElement->GetOwnerDocument(getter_AddRefs(ownerDoc));
nsCOMPtr<nsIDOMDocument> windowDoc;
mCurrentWindow->GetDocument(getter_AddRefs(windowDoc));
if (ownerDoc == windowDoc.get())
if (ownerDoc == windowDoc)
mCurrentElement = nsnull;
}

View File

@@ -380,7 +380,7 @@ nsXULCommandDispatcher::Focus(nsIDOMEvent* aEvent)
mCurrentElement->GetOwnerDocument(getter_AddRefs(ownerDoc));
nsCOMPtr<nsIDOMDocument> windowDoc;
mCurrentWindow->GetDocument(getter_AddRefs(windowDoc));
if (ownerDoc == windowDoc.get())
if (ownerDoc == windowDoc)
mCurrentElement = nsnull;
}