Bug 1332483: Remove erroneous assert. r=milan

MozReview-Commit-ID: 5iqr5qPI3lN

--HG--
extra : rebase_source : 12cd9a666998264fc401af81a16beeb3037895d9
This commit is contained in:
Milan Sreckovic 2017-01-25 10:59:02 -05:00
Родитель abd222ddc9
Коммит 94e5e88aa2
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -1446,8 +1446,6 @@ gfxWindowsPlatform::RecordContentDeviceFailure(TelemetryDeviceCode aDevice)
void void
gfxWindowsPlatform::InitializeDevices() gfxWindowsPlatform::InitializeDevices()
{ {
MOZ_ASSERT(!InSafeMode());
if (XRE_IsParentProcess()) { if (XRE_IsParentProcess()) {
// If we're the UI process, and the GPU process is enabled, then we don't // If we're the UI process, and the GPU process is enabled, then we don't
// initialize any DirectX devices. We do leave them enabled in gfxConfig // initialize any DirectX devices. We do leave them enabled in gfxConfig