mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
parent
c80fa33864
commit
6fd46b5e6a
21 changed files with 104 additions and 125 deletions
|
@ -91,7 +91,7 @@ impl<'a, 'b> DeclarationParser for FontFaceRuleParser<'a, 'b> {
|
|||
Ok(FontFaceDescriptorDeclaration::Src(try!(input.parse_comma_separated(|input| {
|
||||
parse_one_src(self.context, input)
|
||||
}))))
|
||||
}
|
||||
},
|
||||
_ => Err(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue