mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Further changes required by Servo
This commit is contained in:
parent
017036dba8
commit
9822db5d3c
4 changed files with 18 additions and 5 deletions
|
@ -137,7 +137,10 @@ impl<T: 'static> SelectorMap<T> {
|
|||
local_name_hash: HashMap::default(),
|
||||
namespace_hash: HashMap::default(),
|
||||
other: SmallVec::new(),
|
||||
#[cfg(feature = "gecko")]
|
||||
bucket_attributes: static_prefs::pref!("layout.css.bucket-attribute-names.enabled"),
|
||||
#[cfg(feature = "servo")]
|
||||
bucket_attributes: false,
|
||||
count: 0,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue