diff options
Diffstat (limited to 'components/script/dom/bindings/root.rs')
-rw-r--r-- | components/script/dom/bindings/root.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/root.rs b/components/script/dom/bindings/root.rs index 6ca8a5f9cee..c934dae7fbf 100644 --- a/components/script/dom/bindings/root.rs +++ b/components/script/dom/bindings/root.rs @@ -299,7 +299,7 @@ impl RootCollection { /// SM Callback that traces the rooted reflectors pub unsafe fn trace_roots(tracer: *mut JSTracer) { - debug!("tracing stack roots"); + trace!("tracing stack roots"); STACK_ROOTS.with(|collection| { let collection = &*(*collection.get().unwrap()).roots.get(); for root in collection { |