fixing bustage

This commit is contained in:
dougt@netscape.com
2002-09-25 20:49:29 +00:00
parent 5057b94ad5
commit f4b9faa43e
2 changed files with 8 additions and 4 deletions

View File

@@ -1050,7 +1050,7 @@ nsresult nsWebShell::EndPageLoad(nsIWebProgress *aProgress,
httpChannel->GetReferrer(getter_AddRefs(referrer));
nsCOMPtr<nsIUploadChannel> uploadChannel(do_QueryInterface(channel));
if (uploadChannel) {
httpChannel->GetUploadStream(getter_AddRefs(inputStream));
uploadChannel->GetUploadStream(getter_AddRefs(inputStream));
}
}
}