mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
parent
e148571812
commit
4d2cf9e277
1 changed files with 1 additions and 1 deletions
|
@ -6692,7 +6692,7 @@ fn cascade_with_cached_declarations<C: ComputedValues>(
|
||||||
context.style
|
context.style
|
||||||
}
|
}
|
||||||
|
|
||||||
pub type CascadePropertyFn<C: ComputedValues> =
|
pub type CascadePropertyFn<C /*: ComputedValues */> =
|
||||||
extern "Rust" fn(declaration: &PropertyDeclaration,
|
extern "Rust" fn(declaration: &PropertyDeclaration,
|
||||||
inherited_style: &C,
|
inherited_style: &C,
|
||||||
context: &mut computed::Context<C>,
|
context: &mut computed::Context<C>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue