diff options
Diffstat (limited to 'components/script/animations.rs')
-rw-r--r-- | components/script/animations.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/animations.rs b/components/script/animations.rs index 674ec7afcaa..128df043cf3 100644 --- a/components/script/animations.rs +++ b/components/script/animations.rs @@ -36,7 +36,7 @@ use crate::dom::window::Window; /// The set of animations for a document. #[derive(Default, JSTraceable, MallocSizeOf)] -#[unrooted_must_root_lint::must_root] +#[crown::unrooted_must_root_lint::must_root] pub(crate) struct Animations { /// The map of nodes to their animation states. #[no_trace] |