aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/author_styles.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/author_styles.rs')
-rw-r--r--components/style/author_styles.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/author_styles.rs b/components/style/author_styles.rs
index 37eb68ff4f7..eff64ed6c1e 100644
--- a/components/style/author_styles.rs
+++ b/components/style/author_styles.rs
@@ -18,6 +18,7 @@ use crate::stylist::CascadeData;
/// A set of author stylesheets and their computed representation, such as the
/// ones used for ShadowRoot and XBL.
+#[derive(MallocSizeOf)]
pub struct AuthorStyles<S>
where
S: StylesheetInDocument + PartialEq + 'static,