Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann

This commit is contained in:
darin@netscape.com
2001-05-11 21:05:08 +00:00
parent a39e8274bc
commit 13f5aa7a8d
37 changed files with 328 additions and 617 deletions

View File

@@ -103,8 +103,7 @@ typedef unsigned long HMTX;
#include "nsIFocusController.h"
#include "nsIFileStream.h"
#include "nsIHTTPChannel.h" // add this to the ick include list...we need it to QI for post data interface
#include "nsHTTPEnums.h"
#include "nsIHttpChannel.h" // add this to the ick include list...we need it to QI for post data interface
#include "nsILocaleService.h"
@@ -1109,7 +1108,7 @@ nsresult nsWebShell::EndPageLoad(nsIWebProgress *aProgress,
nsCOMPtr<nsIInputStream> inputStream;
nsCOMPtr<nsIURI> referrer;
if (channel) {
nsCOMPtr<nsIHTTPChannel> httpChannel(do_QueryInterface(channel));
nsCOMPtr<nsIHttpChannel> httpChannel(do_QueryInterface(channel));
if(httpChannel) {
httpChannel->GetUploadStream(getter_AddRefs(inputStream));