mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
style: Remove unneeded indirection in default_computed_values.
This commit is contained in:
parent
7db36abf67
commit
9c0424cca4
3 changed files with 7 additions and 7 deletions
|
@ -229,7 +229,7 @@
|
|||
#[allow(unused_variables)]
|
||||
pub fn cascade_property(declaration: &PropertyDeclaration,
|
||||
inherited_style: &ComputedValues,
|
||||
default_style: &Arc<ComputedValues>,
|
||||
default_style: &ComputedValues,
|
||||
context: &mut computed::Context,
|
||||
cacheable: &mut bool,
|
||||
cascade_info: &mut Option<<&mut CascadeInfo>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue