зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1411257 - No MOZ_CRASH if BackgroundChild::GetOrCreateForCurrentThread() fails - part 4 - FileSystem APIs, r=asuth
This commit is contained in:
Родитель
4196bb7ca0
Коммит
4dd00f7bf4
|
@ -140,7 +140,8 @@ FileSystemTaskChildBase::Start()
|
|||
mozilla::ipc::PBackgroundChild* actor =
|
||||
mozilla::ipc::BackgroundChild::GetOrCreateForCurrentThread();
|
||||
if (NS_WARN_IF(!actor)) {
|
||||
MOZ_CRASH("Failed to create a PBackgroundChild actor!");
|
||||
// We are probably shutting down.
|
||||
return;
|
||||
}
|
||||
|
||||
nsAutoString serialization;
|
||||
|
|
Загрузка…
Ссылка в новой задаче