mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
layout: fix source code mojibake in nsCSSParser
This commit is contained in:
parent
390799012c
commit
9df06e86a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue