diff options
Diffstat (limited to 'components/script/dom/urlhelper.rs')
-rw-r--r-- | components/script/dom/urlhelper.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/urlhelper.rs b/components/script/dom/urlhelper.rs index 4b2f2010fbf..cff468574b2 100644 --- a/components/script/dom/urlhelper.rs +++ b/components/script/dom/urlhelper.rs @@ -9,6 +9,7 @@ use url::{Url, SchemeData}; use std::borrow::ToOwned; use std::fmt::Write; +#[derive(HeapSizeOf)] pub struct UrlHelper; impl UrlHelper { |