mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Derive MallocSizeOf for QuirksMode
This commit is contained in:
parent
2350f0e3d1
commit
542699691e
3 changed files with 7 additions and 2 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue