diff options
author | Michael Wu <mwu@mozilla.com> | 2015-07-10 21:27:41 -0400 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2015-09-12 01:09:46 +0200 |
commit | 941f7dc04bc02ad196e86c5167ea292477fb7284 (patch) | |
tree | bf867d7a25d243a9ff38d346c219a2aac38eac5e /components/script/dom/htmlelement.rs | |
parent | 8d7ba12f28a873880c1f51b122d4fc185294c849 (diff) | |
download | servo-941f7dc04bc02ad196e86c5167ea292477fb7284.tar.gz servo-941f7dc04bc02ad196e86c5167ea292477fb7284.zip |
Move EventTargetTypeId/NodeTypeId to DOMClass
Diffstat (limited to 'components/script/dom/htmlelement.rs')
-rw-r--r-- | components/script/dom/htmlelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlelement.rs b/components/script/dom/htmlelement.rs index 661378a7fc4..9a02a47dd0f 100644 --- a/components/script/dom/htmlelement.rs +++ b/components/script/dom/htmlelement.rs @@ -344,7 +344,7 @@ impl VirtualMethods for HTMLElement { } } -#[derive(JSTraceable, Copy, Clone, Debug, HeapSizeOf)] +#[derive(Copy, Clone, Debug)] pub enum HTMLElementTypeId { HTMLElement, |