diff options
Diffstat (limited to 'components/script/dom/location.rs')
-rw-r--r-- | components/script/dom/location.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/location.rs b/components/script/dom/location.rs index e17bd16a513..25c3255f850 100644 --- a/components/script/dom/location.rs +++ b/components/script/dom/location.rs @@ -16,7 +16,6 @@ use url::{Url, UrlParser}; use util::str::DOMString; #[dom_struct] -#[derive(HeapSizeOf)] pub struct Location { reflector_: Reflector, window: JS<Window>, |