aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/nodeiterator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/nodeiterator.rs')
-rw-r--r--components/script/dom/nodeiterator.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/nodeiterator.rs b/components/script/dom/nodeiterator.rs
index d1194c1326a..ec12b951b23 100644
--- a/components/script/dom/nodeiterator.rs
+++ b/components/script/dom/nodeiterator.rs
@@ -19,7 +19,6 @@ use std::cell::Cell;
use std::rc::Rc;
#[dom_struct]
-#[derive(HeapSizeOf)]
pub struct NodeIterator {
reflector_: Reflector,
root_node: JS<Node>,