diff options
Diffstat (limited to 'components/script/dom/element.rs')
-rw-r--r-- | components/script/dom/element.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/element.rs b/components/script/dom/element.rs index 08ad02287fa..0f966864bd4 100644 --- a/components/script/dom/element.rs +++ b/components/script/dom/element.rs @@ -73,7 +73,7 @@ impl Reflectable for Element { } } -#[deriving(PartialEq)] +#[deriving(PartialEq, Show)] #[jstraceable] pub enum ElementTypeId { HTMLElementTypeId, @@ -1172,4 +1172,3 @@ impl<'a> style::TElement<'a> for JSRef<'a, Element> { } } } - |