aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/helpers
diff options
context:
space:
mode:
authormoz-servo-sync <developer-services+moz-servo-sync@mozilla.org>2017-06-23 20:47:48 +0000
committermoz-servo-sync <developer-services+moz-servo-sync@mozilla.org>2017-06-23 20:47:48 +0000
commit38f172e7f55db3daeb93f61fd97919ae4ff1f1cf (patch)
treef2f98517572a812f3f16fba1fc05a9536c9cd353 /components/style/properties/helpers
parentc292287adf39ab1c49b696d1a115ec4e3b0b2e9f (diff)
parentbc5e8f89fff9bf1922638b3eb2f4c75148dcad1e (diff)
downloadservo-38f172e7f55db3daeb93f61fd97919ae4ff1f1cf.tar.gz
servo-38f172e7f55db3daeb93f61fd97919ae4ff1f1cf.zip
Merge commit 'refs/upstream/master' into gecko-backout
Diffstat (limited to 'components/style/properties/helpers')
-rw-r--r--components/style/properties/helpers/animated_properties.mako.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/properties/helpers/animated_properties.mako.rs b/components/style/properties/helpers/animated_properties.mako.rs
index 3874f972a25..99b2cc377f6 100644
--- a/components/style/properties/helpers/animated_properties.mako.rs
+++ b/components/style/properties/helpers/animated_properties.mako.rs
@@ -582,7 +582,7 @@ impl AnimationValue {
&variables.url_data,
variables.from_shorthand,
&custom_props,
- |v| {
+ &mut |v| {
let declaration = match *v {
DeclaredValue::Value(value) => {
PropertyDeclaration::${prop.camel_case}(value.clone())