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