diff options
Diffstat (limited to 'components/script/dom/htmlimageelement.rs')
-rw-r--r-- | components/script/dom/htmlimageelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlimageelement.rs b/components/script/dom/htmlimageelement.rs index 91fcad5603c..ad8d4f90093 100644 --- a/components/script/dom/htmlimageelement.rs +++ b/components/script/dom/htmlimageelement.rs @@ -25,7 +25,7 @@ use url::{Url, UrlParser}; use std::cell::RefCell; -#[deriving(Encodable)] +#[jstraceable] #[must_root] pub struct HTMLImageElement { pub htmlelement: HTMLElement, |