mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
auto merge of #3591 : zwarich/servo/style-properties-mut, r=jdm
I would have put the attribute on the binding itself, but that doesn't appear to be possible yet.
This commit is contained in:
commit
1aa13bb31f
1 changed files with 1 additions and 0 deletions
|
@ -1855,6 +1855,7 @@ impl<T: Send + Sync + Clone> ArcExperimental<T> for Arc<T> {
|
|||
}
|
||||
|
||||
/// Fast path for the function below. Only computes new inherited styles.
|
||||
#[allow(unused_mut)]
|
||||
fn cascade_with_cached_declarations(applicable_declarations: &[DeclarationBlock],
|
||||
shareable: bool,
|
||||
parent_style: &ComputedValues,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue