mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
Change MOZ_ASSERT to MOZ_RELEASE_ASSERT.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user