diff --git a/mozilla/docshell/base/nsDocShell.cpp b/mozilla/docshell/base/nsDocShell.cpp index fb8c7d8ea8a..2e5b55172fa 100644 --- a/mozilla/docshell/base/nsDocShell.cpp +++ b/mozilla/docshell/base/nsDocShell.cpp @@ -62,7 +62,6 @@ // Helper Classes #include "nsDOMError.h" #include "nsEscape.h" -//#include "nsHTTPEnums.h" // Interfaces Needed #include "nsIHttpChannel.h" @@ -3722,7 +3721,6 @@ nsDocShell::AddHeadersToChannel(nsIInputStream * aHeadersData, nsCAutoString headerValue; PRInt32 crlf = 0; PRInt32 colon = 0; - nsCOMPtr headerAtom; // // Suck all the data out of the nsIInputStream into a char * buffer. @@ -4244,7 +4242,8 @@ nsDocShell::RefreshURIFromHeader(nsIURI * aBaseURI, NS_IMETHODIMP nsDocShell::SetupRefreshURI(nsIChannel * aChannel) { - nsresult rv; + nsresult + rv; nsCOMPtr httpChannel(do_QueryInterface(aChannel, &rv)); if (NS_SUCCEEDED(rv)) { nsCOMPtr referrer;