From 94e5e88aa2196a74a702cfb362ff9653e86f8e84 Mon Sep 17 00:00:00 2001 From: Milan Sreckovic Date: Wed, 25 Jan 2017 10:59:02 -0500 Subject: [PATCH] Bug 1332483: Remove erroneous assert. r=milan MozReview-Commit-ID: 5iqr5qPI3lN --HG-- extra : rebase_source : 12cd9a666998264fc401af81a16beeb3037895d9 --- gfx/thebes/gfxWindowsPlatform.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/thebes/gfxWindowsPlatform.cpp b/gfx/thebes/gfxWindowsPlatform.cpp index 608e52a6d1b2..68103b3ee02a 100755 --- a/gfx/thebes/gfxWindowsPlatform.cpp +++ b/gfx/thebes/gfxWindowsPlatform.cpp @@ -1446,8 +1446,6 @@ gfxWindowsPlatform::RecordContentDeviceFailure(TelemetryDeviceCode aDevice) void gfxWindowsPlatform::InitializeDevices() { - MOZ_ASSERT(!InSafeMode()); - if (XRE_IsParentProcess()) { // 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