зеркало из https://github.com/mozilla/gecko-dev.git
#77616. fix for some (of the many) asserts when importing mail. the assert is because the import
happens on a separate thread. sr=bienvenu
This commit is contained in:
Родитель
f2ce8ef7ed
Коммит
ed3e84cd5e
|
@ -133,7 +133,7 @@ UseQuotedPrintable(void)
|
|||
|
||||
|
||||
/* the following macro actually implement addref, release and query interface for our component. */
|
||||
NS_IMPL_ISUPPORTS1(nsMsgComposeAndSend, nsIMsgSend)
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS1(nsMsgComposeAndSend, nsIMsgSend)
|
||||
|
||||
nsMsgComposeAndSend::nsMsgComposeAndSend() :
|
||||
m_messageKey(0xffffffff)
|
||||
|
|
|
@ -135,7 +135,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
NS_IMPL_ISUPPORTS1( SendListener, nsIMsgSendListener)
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS1(SendListener, nsIMsgSendListener)
|
||||
|
||||
nsresult SendListener::CreateSendListener( nsIMsgSendListener **ppListener)
|
||||
{
|
||||
|
|
|
@ -133,7 +133,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
NS_IMPL_ISUPPORTS1( SendListener, nsIMsgSendListener)
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS1( SendListener, nsIMsgSendListener)
|
||||
|
||||
nsresult SendListener::CreateSendListener( nsIMsgSendListener **ppListener)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче