diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index f796c87fb4b..e8992337c84 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -581,7 +581,7 @@ unsafe impl JSTraceable for RwLock { } /// Holds a set of JSTraceables that need to be rooted -pub struct RootedTraceableSet { +struct RootedTraceableSet { set: Vec<*const JSTraceable>, }