diff options
Diffstat (limited to 'ports/geckolib/snapshot_helpers.rs')
-rw-r--r-- | ports/geckolib/snapshot_helpers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/geckolib/snapshot_helpers.rs b/ports/geckolib/snapshot_helpers.rs index ee7fdd14421..68b2d6d3b45 100644 --- a/ports/geckolib/snapshot_helpers.rs +++ b/ports/geckolib/snapshot_helpers.rs @@ -5,8 +5,8 @@ //! Element an snapshot common logic. use gecko_bindings::structs::nsIAtom; +use gecko_string_cache::Atom; use std::{ptr, slice}; -use string_cache::Atom; pub type ClassOrClassList<T> = unsafe extern fn (T, *mut *mut nsIAtom, *mut *mut *mut nsIAtom) -> u32; |