diff options
Diffstat (limited to 'components/style/rule_tree/mod.rs')
-rw-r--r-- | components/style/rule_tree/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/rule_tree/mod.rs b/components/style/rule_tree/mod.rs index 3222625749c..c1b81889289 100644 --- a/components/style/rule_tree/mod.rs +++ b/components/style/rule_tree/mod.rs @@ -731,9 +731,9 @@ unsafe impl Send for RuleTree {} #[cfg(feature = "gecko")] #[cfg(debug_assertions)] mod gecko_leak_checking { + use super::RuleNode; use std::mem::size_of; use std::os::raw::{c_char, c_void}; - use super::RuleNode; extern "C" { pub fn NS_LogCtor(aPtr: *const c_void, aTypeName: *const c_char, aSize: u32); |