mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove useless dereferencing.
This commit is contained in:
parent
13f61a6e5f
commit
a2382483f0
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ trait PrivateMatchMethods: TElement {
|
|||
animation::start_transitions_if_applicable(
|
||||
new_animations_sender,
|
||||
this_opaque,
|
||||
&**values,
|
||||
&values,
|
||||
new_values,
|
||||
&shared_context.timer,
|
||||
&possibly_expired_animations,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue