From 9df06e86a2472178b653ea9f8b79fbf96cbea281 Mon Sep 17 00:00:00 2001 From: roytam1 Date: Wed, 8 May 2024 16:36:49 +0800 Subject: [PATCH] layout: fix source code mojibake in nsCSSParser --- layout/style/nsCSSParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/style/nsCSSParser.cpp b/layout/style/nsCSSParser.cpp index 2cb6e3ec13..77e91e7376 100644 --- a/layout/style/nsCSSParser.cpp +++ b/layout/style/nsCSSParser.cpp @@ -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) {