Removed some assignment of nsnull to nsCOMPtr obejects that was hitting

an assert
This commit is contained in:
troy%netscape.com 1999-06-30 04:13:21 +00:00
parent c95c67e1d4
commit c5f7e7620a
2 changed files with 0 additions and 8 deletions

View File

@ -408,12 +408,8 @@ nsDocLoaderImpl::nsDocLoaderImpl()
mIsLoadingDocument = PR_FALSE;
m_LoadingDocsList = nsnull;
#ifdef NECKO
m_LoadAttrib = nsIChannel::LOAD_NORMAL;
mLoadGroup = nsnull;
#else
m_LoadAttrib = nsnull;
#endif
PR_LOG(gDocLoaderLog, PR_LOG_DEBUG,

View File

@ -408,12 +408,8 @@ nsDocLoaderImpl::nsDocLoaderImpl()
mIsLoadingDocument = PR_FALSE;
m_LoadingDocsList = nsnull;
#ifdef NECKO
m_LoadAttrib = nsIChannel::LOAD_NORMAL;
mLoadGroup = nsnull;
#else
m_LoadAttrib = nsnull;
#endif
PR_LOG(gDocLoaderLog, PR_LOG_DEBUG,