mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
Removed some assignment of nsnull to nsCOMPtr obejects that was hitting
an assert
This commit is contained in:
parent
c95c67e1d4
commit
c5f7e7620a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user