Temporarily fixing the assert which I think is ok, but would let rpotts confirm it.

This commit is contained in:
gagan%netscape.com 1999-08-11 04:28:32 +00:00
Родитель 094dcace62
Коммит e12e0b8f16
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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);