aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/matching.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/matching.rs')
-rw-r--r--components/style/matching.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/style/matching.rs b/components/style/matching.rs
index 530b3c1f591..8c54f8e7e26 100644
--- a/components/style/matching.rs
+++ b/components/style/matching.rs
@@ -745,7 +745,6 @@ trait PrivateMatchMethods: TElement {
animation::start_transitions_if_applicable(
new_animations_sender,
this_opaque,
- self.as_node().to_unsafe(),
&**values,
new_values,
&shared_context.timer,
@@ -843,7 +842,7 @@ trait PrivateMatchMethods: TElement {
running_animation,
style,
font_metrics);
- if let Animation::Transition(_, _, _, ref frame, _) = *running_animation {
+ if let Animation::Transition(_, _, ref frame, _) = *running_animation {
possibly_expired_animations.push(frame.property_animation.clone())
}
}