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:
bors-servo 2014-10-06 15:57:34 -06:00
commit 1aa13bb31f

View file

@ -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,