diff options
-rw-r--r-- | components/malloc_size_of/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/malloc_size_of/lib.rs b/components/malloc_size_of/lib.rs index af7147d8edb..1d5cbeaff1e 100644 --- a/components/malloc_size_of/lib.rs +++ b/components/malloc_size_of/lib.rs @@ -837,6 +837,7 @@ malloc_size_of_is_0!(app_units::Au); malloc_size_of_is_0!(cssparser::RGBA, cssparser::TokenSerializationType); +#[cfg(feature = "servo")] malloc_size_of_is_0!(csp::Destination); #[cfg(feature = "url")] |