Issue #2489: Include color-mix to avoid filtering

This commit is contained in:
erixreyes 2025-07-19 12:13:58 +08:00 committed by roytam1
commit 6b938c48a5
2 changed files with 3 additions and 2 deletions

View file

@ -804,7 +804,7 @@ public:
MOZ_ASSERT(mUnit == eCSSUnit_ComplexColor);
return mValue.mComplexColor->ToComplexColor();
}
Array* GetArrayValue() const
{
MOZ_ASSERT(UnitHasArrayValue(), "not an array value");