diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index d3de04ca57b..05ee1f09a0a 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -401,7 +401,6 @@ impl VecRootableType for *mut JSObject { /// A vector of items that are rooted for the lifetime /// of this struct #[allow(unrooted_must_root)] -#[jstraceable] pub struct RootedVec { v: Vec }