зеркало из https://github.com/mozilla/gecko-dev.git
Add NULL check to fix crashing gtkEmbed problem
This commit is contained in:
Родитель
596e75a30a
Коммит
70e5f127bc
|
@ -479,5 +479,6 @@ PRBool processQueue(void *aElement, void *aData)
|
|||
void
|
||||
nsAppShell::ProcessBeforeID(unsigned long aID)
|
||||
{
|
||||
sEventQueueList->EnumerateForwards(processQueue, (void *)aID);
|
||||
if (sEventQueueList)
|
||||
sEventQueueList->EnumerateForwards(processQueue, (void *)aID);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче