diff --git a/gfx/config/gfxConfigManager.cpp b/gfx/config/gfxConfigManager.cpp index 1f75d301ea66..8ec93a8d18fc 100644 --- a/gfx/config/gfxConfigManager.cpp +++ b/gfx/config/gfxConfigManager.cpp @@ -308,7 +308,7 @@ void gfxConfigManager::ConfigureWebRender() { "ANGLE is disabled", mFeatureD3D11HwAngle->GetFailureId()); } else if (!mFeatureGPUProcess->IsEnabled() && - (!mIsNightly || !mWrForceAngleNoGPUProcess)) { + !mWrForceAngleNoGPUProcess) { // WebRender with ANGLE relies on the GPU process when on Windows mFeatureWrAngle->ForceDisable( FeatureStatus::UnavailableNoGpuProcess, "GPU Process is disabled",