From ba2e7f6142b396273343a942f5f92d18a33cd1aa Mon Sep 17 00:00:00 2001 From: Pale Moon Date: Tue, 15 May 2018 20:28:55 +0200 Subject: Change MOZ_ASSERT to MOZ_RELEASE_ASSERT. --- gfx/2d/FilterNodeSoftware.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/2d/FilterNodeSoftware.cpp b/gfx/2d/FilterNodeSoftware.cpp index 6b30fcfc8..6fd6aeb11 100644 --- a/gfx/2d/FilterNodeSoftware.cpp +++ b/gfx/2d/FilterNodeSoftware.cpp @@ -2694,7 +2694,7 @@ FilterNodeArithmeticCombineSoftware::SetAttribute(uint32_t aIndex, uint32_t aSize) { MOZ_ASSERT(aIndex == ATT_ARITHMETIC_COMBINE_COEFFICIENTS); - MOZ_ASSERT(aSize == 4); + MOZ_RELEASE_ASSERT(aSize == 4); mK1 = aFloat[0]; mK2 = aFloat[1]; -- cgit v1.2.3