From cc44a3b0641d94908b2b2e01bec440f64f89f8be Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 24 Sep 2014 03:01:03 +0530 Subject: Use JSTraceable everywhere --- components/script/dom/htmlvideoelement.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/dom/htmlvideoelement.rs') diff --git a/components/script/dom/htmlvideoelement.rs b/components/script/dom/htmlvideoelement.rs index ab7dd96ca82..754a00fb8cf 100644 --- a/components/script/dom/htmlvideoelement.rs +++ b/components/script/dom/htmlvideoelement.rs @@ -13,7 +13,7 @@ use dom::htmlmediaelement::HTMLMediaElement; use dom::node::{Node, ElementNodeTypeId}; use servo_util::str::DOMString; -#[deriving(Encodable)] +#[jstraceable] #[must_root] pub struct HTMLVideoElement { pub htmlmediaelement: HTMLMediaElement -- cgit v1.2.3