diff options
author | Nico Burns <nico@nicoburns.com> | 2025-03-12 13:02:12 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 00:02:12 +0000 |
commit | f527217bdc81faccbc599d7868123561c85441d5 (patch) | |
tree | ad9613497361c898de84c048fea7591ea00b90d7 /components/script/dom/event.rs | |
parent | e4757534fe61c580615921ac8cdd4eb5a4a02e7a (diff) | |
download | servo-f527217bdc81faccbc599d7868123561c85441d5.tar.gz servo-f527217bdc81faccbc599d7868123561c85441d5.zip |
Use new stylo crate renames (#35898)
Signed-off-by: Nico Burns <nico@nicoburns.com>
Diffstat (limited to 'components/script/dom/event.rs')
-rw-r--r-- | components/script/dom/event.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/event.rs b/components/script/dom/event.rs index 00b15f85a82..a9dd421b7e0 100644 --- a/components/script/dom/event.rs +++ b/components/script/dom/event.rs @@ -9,7 +9,7 @@ use base::cross_process_instant::CrossProcessInstant; use devtools_traits::{TimelineMarker, TimelineMarkerType}; use dom_struct::dom_struct; use js::rust::HandleObject; -use servo_atoms::Atom; +use stylo_atoms::Atom; use crate::dom::bindings::callback::ExceptionHandling; use crate::dom::bindings::cell::DomRefCell; |