From e12e0b8f161647575df4f6b54420bb7bad1462f1 Mon Sep 17 00:00:00 2001 From: "gagan%netscape.com" Date: Wed, 11 Aug 1999 04:28:32 +0000 Subject: [PATCH] Temporarily fixing the assert which I think is ok, but would let rpotts confirm it. --- netwerk/protocol/http/src/nsHTTPResponseListener.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netwerk/protocol/http/src/nsHTTPResponseListener.cpp b/netwerk/protocol/http/src/nsHTTPResponseListener.cpp index 01c03c635e9..0b18766144d 100644 --- a/netwerk/protocol/http/src/nsHTTPResponseListener.cpp +++ b/netwerk/protocol/http/src/nsHTTPResponseListener.cpp @@ -61,7 +61,9 @@ nsHTTPResponseListener::nsHTTPResponseListener(nsHTTPChannel* aConnection): { NS_INIT_REFCNT(); +#ifdef DEBUG_rpotts NS_ASSERTION(m_pConnection, "HTTPChannel is null."); +#endif m_pConnection = aConnection; NS_IF_ADDREF(m_pConnection);