зеркало из https://github.com/mozilla/pjs.git
initialize what was an uninitialized variable. makes things better.
This commit is contained in:
Родитель
9a13cbb174
Коммит
2c8a082b19
|
@ -658,6 +658,7 @@ nsAppShellService::RunModalDialog(
|
|||
if (aWindow && *aWindow) {
|
||||
theWindow = *aWindow; // and rv is already some success indication
|
||||
NS_ADDREF(theWindow);
|
||||
rv = NS_OK;
|
||||
} else {
|
||||
pushedQueue = PR_TRUE;
|
||||
PushThreadEventQueue();
|
||||
|
|
Загрузка…
Ссылка в новой задаче