fixing bustage

git-svn-id: svn://10.0.0.236/trunk@130440 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2002-09-25 20:49:29 +00:00
parent 04ea54c330
commit 1d07c05e8f
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));
}
}
}