diff options
Diffstat (limited to 'components/script/dom/domparser.rs')
-rw-r--r-- | components/script/dom/domparser.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/domparser.rs b/components/script/dom/domparser.rs index 48834425821..9b50973d91e 100644 --- a/components/script/dom/domparser.rs +++ b/components/script/dom/domparser.rs @@ -21,7 +21,6 @@ use util::str::DOMString; use std::borrow::ToOwned; #[dom_struct] -#[derive(HeapSizeOf)] pub struct DOMParser { reflector_: Reflector, window: JS<Window>, //XXXjdm Document instead? @@ -81,4 +80,3 @@ impl<'a> DOMParserMethods for &'a DOMParser { } } } - |