layout: fix source code mojibake in nsCSSParser

This commit is contained in:
roytam1 2024-05-08 16:36:49 +08:00
commit 9df06e86a2

View file

@ -10931,7 +10931,7 @@ CSSParserImpl::ParseWebkitGradientRadius(float& aRadius)
// (either a percentage or a number between 0 and 1.0), and a color (any
// valid CSS color). In addition the shorthand functions from and to are
// supported. These functions only require a color argument and are
// equivalent to color-stop(0, ...) and color-stop(1.0, ?? respectively.
// equivalent to color-stop(0, ...) and color-stop(1.0, ...) respectively.
bool
CSSParserImpl::ParseWebkitGradientColorStop(nsCSSValueGradient* aGradient)
{