mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update rust-selectors
Update for https://github.com/servo/rust-selectors/pull/37
This commit is contained in:
parent
0d7744b198
commit
055a1c5cee
18 changed files with 171 additions and 159 deletions
|
@ -193,7 +193,7 @@ impl Stylist {
|
|||
pub fn push_applicable_declarations<E,V>(
|
||||
&self,
|
||||
element: &E,
|
||||
parent_bf: &Option<Box<BloomFilter>>,
|
||||
parent_bf: Option<&BloomFilter>,
|
||||
style_attribute: Option<&PropertyDeclarationBlock>,
|
||||
pseudo_element: Option<PseudoElement>,
|
||||
applicable_declarations: &mut V)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue