diff options
Diffstat (limited to 'components/style/matching.rs')
-rw-r--r-- | components/style/matching.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/matching.rs b/components/style/matching.rs index 18e45a32ece..35e31b66062 100644 --- a/components/style/matching.rs +++ b/components/style/matching.rs @@ -569,6 +569,7 @@ trait PrivateMatchMethods: TNode { animation::start_transitions_if_applicable( new_animations_sender, this_opaque, + self.to_unsafe(), &**style, &mut this_style, &shared_context.timer); |