зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1670557 - Check for open channel in NotifyImpendingShutdown, r=annyG
Differential Revision: https://phabricator.services.mozilla.com/D94598
This commit is contained in:
Родитель
dad2ebbcd0
Коммит
db195fbaa4
|
@ -643,7 +643,9 @@ bool IToplevelProtocol::OpenOnSameThread(MessageChannel* aChannel, Side aSide) {
|
|||
}
|
||||
|
||||
void IToplevelProtocol::NotifyImpendingShutdown() {
|
||||
GetIPCChannel()->NotifyImpendingShutdown();
|
||||
if (CanRecv()) {
|
||||
GetIPCChannel()->NotifyImpendingShutdown();
|
||||
}
|
||||
}
|
||||
|
||||
void IToplevelProtocol::Close() { GetIPCChannel()->Close(); }
|
||||
|
|
Загрузка…
Ссылка в новой задаче