Fixing linux build bustage...

This commit is contained in:
rpotts%netscape.com 2000-12-15 00:58:40 +00:00
parent a05eac8f31
commit d2b7a88a57

View File

@ -1243,7 +1243,7 @@ nsresult nsBrowserInstance::EndDocumentLoad(nsIDOMWindow *aDOMWindow,
aDOMWindow->GetTop(getter_AddRefs(topDOMWindow));
if (aDOMWindow != topDOMWindow) {
if (aDOMWindow != topDOMWindow.get()) {
// Since the notification is from a child DOM window, just ignore it.
return NS_OK;
}