mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #2489: Update enum class syntax
This commit is contained in:
parent
6b938c48a5
commit
99d7fb8e95
1 changed files with 2 additions and 2 deletions
|
|
@ -1737,10 +1737,10 @@ nsCSSValue::AppendToString(nsCSSPropertyID aProperty, nsAString& aResult,
|
|||
|
||||
// append color space
|
||||
switch (colorMix->mColorSpace) {
|
||||
case eColorMixColorSpace_sRGB:
|
||||
case mozilla::css::ColorMixColorSpace::sRGB:
|
||||
aResult.AppendLiteral("srgb");
|
||||
break;
|
||||
case eColorMixColorSpace_HSL:
|
||||
case mozilla::css::ColorMixColorSpace::HSL:
|
||||
aResult.AppendLiteral("hsl");
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue