Fix call to macro `MOZ_ASSERT_UNREACHABLE`.

This commit is contained in:
Fedor 2019-09-05 20:09:01 +03:00
parent a72ebb5e73
commit 8c8a1485ff
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ UploadImageDataToTexture(GLContext* gl,
surfaceFormat = SurfaceFormat::A8;
break;
default:
MOZ_ASSERT_UNREACHABLE(false, "Unhandled image surface format!");
MOZ_ASSERT_UNREACHABLE("Unhandled image surface format!");
}
if (aOutUploadSize) {