mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
geckolib: Fix typo in CSS parser error message name.
This commit is contained in:
parent
e4dba3abef
commit
89bf25b879
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ impl<'a> ErrorHelpers<'a> for ContextualParseError<'a> {
|
|||
ContextualParseError::UnsupportedPropertyDeclaration(..) =>
|
||||
(b"PEUnknownProperty\0", Action::Drop),
|
||||
ContextualParseError::UnsupportedFontFaceDescriptor(..) =>
|
||||
(b"PEUnknwnFontDesc\0", Action::Skip),
|
||||
(b"PEUnknownFontDesc\0", Action::Skip),
|
||||
ContextualParseError::InvalidKeyframeRule(..) =>
|
||||
(b"PEKeyframeBadName\0", Action::Nothing),
|
||||
ContextualParseError::UnsupportedKeyframePropertyDeclaration(..) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue