mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Further changes required by Servo
This commit is contained in:
parent
060d74ba3b
commit
60e206143c
8 changed files with 21 additions and 46 deletions
|
@ -453,6 +453,7 @@ pub struct Stylist {
|
|||
stylesheets: StylistStylesheetSet,
|
||||
|
||||
/// A cache of CascadeDatas for AuthorStylesheetSets (i.e., shadow DOM).
|
||||
#[cfg_attr(feature = "servo", ignore_malloc_size_of = "XXX: how to handle this?")]
|
||||
author_data_cache: CascadeDataCache<CascadeData>,
|
||||
|
||||
/// If true, the quirks-mode stylesheet is applied.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue