mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update the style crate's bindgen dependency
This commit is contained in:
parent
a5fe464e4a
commit
1cfd3ce5d3
6 changed files with 70 additions and 55 deletions
|
@ -2081,7 +2081,7 @@ ${helpers.single_keyword_system("font-variant-position",
|
|||
|
||||
#[inline]
|
||||
pub fn get_initial_value() -> computed_value::T {
|
||||
::gecko_bindings::structs::NS_MATHML_DEFAULT_SCRIPT_SIZE_MULTIPLIER
|
||||
::gecko_bindings::structs::NS_MATHML_DEFAULT_SCRIPT_SIZE_MULTIPLIER as f32
|
||||
}
|
||||
|
||||
pub fn parse(_context: &ParserContext, _input: &mut Parser) -> Result<SpecifiedValue, ()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue