Derive MallocSizeOf for QuirksMode

This commit is contained in:
Fernando Jiménez Moreno 2019-03-01 18:49:37 +01:00
parent 2350f0e3d1
commit 542699691e
3 changed files with 7 additions and 2 deletions

View file

@ -30,7 +30,6 @@ where
pub data: CascadeData,
/// The quirks mode of the last stylesheet flush, used because XBL sucks and
/// we should really fix it, see bug 1406875.
#[ignore_malloc_size_of = "XXX"]
pub quirks_mode: QuirksMode,
}