зеркало из https://github.com/mozilla/pjs.git
bug 26917 (using "-d" option on viewer causes premature exit)
r=travis
This commit is contained in:
Родитель
304122a1dc
Коммит
7710293b14
|
@ -404,7 +404,7 @@ nsWebCrawler::OnEndDocumentLoad(nsIDocumentLoader* loader,
|
|||
fputs("null pres shell\n", stdout);
|
||||
}
|
||||
|
||||
if (mPostExit && (0 == mQueuedLoadURLs)) {
|
||||
if (mPostExit && (0 == mQueuedLoadURLs) && (0==mPendingURLs.Count())) {
|
||||
QueueExit();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче