mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Avoid cloning all over the error reporter.
This commit is contained in:
parent
eaf27ccfa0
commit
b4de69e3eb
36 changed files with 186 additions and 154 deletions
|
@ -432,7 +432,7 @@ fn compute_style_for_animation_step(context: &SharedStyleContext,
|
|||
previous_style,
|
||||
previous_style,
|
||||
/* cascade_info = */ None,
|
||||
context.error_reporter.clone(),
|
||||
&*context.error_reporter,
|
||||
/* Metrics provider */ None,
|
||||
CascadeFlags::empty());
|
||||
computed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue