Bug 1586494 - Follow-up: Reformat. rs=reformat
This commit is contained in:
Родитель
ebf6575892
Коммит
dea52ed838
|
@ -1245,8 +1245,9 @@ nsImapProtocol::TellThreadToDie(bool aIsSafeToClose) {
|
|||
|
||||
void nsImapProtocol::TellThreadToDie() {
|
||||
nsresult rv = NS_OK;
|
||||
MOZ_DIAGNOSTIC_ASSERT(!NS_IsMainThread(),
|
||||
"TellThreadToDie() should not be called from UI thread");
|
||||
MOZ_DIAGNOSTIC_ASSERT(
|
||||
!NS_IsMainThread(),
|
||||
"TellThreadToDie() should not be called from UI thread");
|
||||
|
||||
// prevent re-entering this method because it may lock the UI.
|
||||
if (m_inThreadShouldDie) return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче