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
Родитель 607c659cb6
Коммит c12c5044a2
2 изменённых файлов: 0 добавлений и 8 удалений

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

@ -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,

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

@ -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,