mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add missing 'additive-symbols' validity checks
This commit is contained in:
parent
331acfaf9b
commit
ade56bbe8d
2 changed files with 37 additions and 13 deletions
|
@ -235,9 +235,9 @@ impl ToNsCssValue for counter_style::Symbols {
|
|||
}
|
||||
}
|
||||
|
||||
impl ToNsCssValue for Vec<counter_style::AdditiveSymbol> {
|
||||
impl ToNsCssValue for counter_style::AdditiveSymbols {
|
||||
fn convert(&self, _nscssvalue: &mut nsCSSValue) {
|
||||
debug_assert!(!self.is_empty());
|
||||
debug_assert!(!self.0.is_empty());
|
||||
// FIXME: add bindings for nsCSSValuePairList
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue