diff options
Diffstat (limited to 'components/script/animations.rs')
-rw-r--r-- | components/script/animations.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/animations.rs b/components/script/animations.rs index 51eb949b4f1..e62986a70b6 100644 --- a/components/script/animations.rs +++ b/components/script/animations.rs @@ -7,10 +7,11 @@ use std::cell::Cell; use base::id::PipelineId; +use constellation_traits::UntrustedNodeAddress; use cssparser::ToCss; use fxhash::{FxHashMap, FxHashSet}; use libc::c_void; -use script_traits::{AnimationState as AnimationsPresentState, ScriptMsg, UntrustedNodeAddress}; +use script_traits::{AnimationState as AnimationsPresentState, ScriptMsg}; use serde::{Deserialize, Serialize}; use style::animation::{ Animation, AnimationSetKey, AnimationState, DocumentAnimationSet, ElementAnimationSet, |