mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #19473 - servo:error-message, r=aethanyc
geckolib: Fix typo in CSS parser error message name. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19473) <!-- Reviewable:end -->
This commit is contained in:
commit
005fd9cfa8
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,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