Introduced by yours-truly in 7212c3573e

Oopsie.
This commit is contained in:
Brendan Zabarauskas 2014-06-06 12:26:30 -07:00
parent eae9b94399
commit bf21217504

View file

@ -126,6 +126,15 @@ impl NodeFlags {
}
}
#[unsafe_destructor]
impl Drop for Node {
fn drop(&mut self) {
unsafe {
self.reap_layout_data();
}
}
}
/// suppress observers flag
/// http://dom.spec.whatwg.org/#concept-node-insert
/// http://dom.spec.whatwg.org/#concept-node-remove