diff options
author | moz-servo-sync <developer-services+moz-servo-sync@mozilla.org> | 2017-06-23 20:47:48 +0000 |
---|---|---|
committer | moz-servo-sync <developer-services+moz-servo-sync@mozilla.org> | 2017-06-23 20:47:48 +0000 |
commit | 38f172e7f55db3daeb93f61fd97919ae4ff1f1cf (patch) | |
tree | f2f98517572a812f3f16fba1fc05a9536c9cd353 /components/style/properties/helpers | |
parent | c292287adf39ab1c49b696d1a115ec4e3b0b2e9f (diff) | |
parent | bc5e8f89fff9bf1922638b3eb2f4c75148dcad1e (diff) | |
download | servo-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.rs | 2 |
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()) |