Bug 774388 - Bustage fix: don't try to shut down layers IPC if we didn't initialize it because we were running xpcshell only - no review

This commit is contained in:
Benoit Jacob 2014-06-06 10:28:50 -04:00
Родитель 811e7e2c4f
Коммит c0967f3a38
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -510,6 +510,9 @@ gfxPlatform::Shutdown()
/* static */ void
gfxPlatform::ShutdownLayersIPC()
{
if (!gPlatform) {
return;
}
MOZ_ASSERT(!gPlatform->mAlreadyShutDownLayersIPC);
if (UsesOffMainThreadCompositing() &&
XRE_GetProcessType() == GeckoProcessType_Default)