aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/animationevent.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/animationevent.rs')
-rw-r--r--components/script/dom/animationevent.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/animationevent.rs b/components/script/dom/animationevent.rs
index cde3d466da3..053801631c5 100644
--- a/components/script/dom/animationevent.rs
+++ b/components/script/dom/animationevent.rs
@@ -20,6 +20,7 @@ use servo_atoms::Atom;
#[dom_struct]
pub struct AnimationEvent {
event: Event,
+ #[no_trace]
animation_name: Atom,
elapsed_time: Finite<f32>,
pseudo_element: DOMString,