diff options
Diffstat (limited to 'components/script/dom/workerlocation.rs')
-rw-r--r-- | components/script/dom/workerlocation.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/workerlocation.rs b/components/script/dom/workerlocation.rs index f4f9209445a..58d30699653 100644 --- a/components/script/dom/workerlocation.rs +++ b/components/script/dom/workerlocation.rs @@ -16,7 +16,6 @@ use util::str::DOMString; // https://html.spec.whatwg.org/multipage/#worker-locations #[dom_struct] -#[derive(HeapSizeOf)] pub struct WorkerLocation { reflector_: Reflector, url: Url, @@ -83,4 +82,3 @@ impl<'a> WorkerLocationMethods for &'a WorkerLocation { self.Href().0 } } - |