Box DeclaredValue::WithVariables

This commit is contained in:
Nazım Can Altınova 2017-02-09 03:23:50 +03:00 committed by Simon Sapin
parent 43731c5757
commit adb6d20293
6 changed files with 53 additions and 44 deletions

View file

@ -297,7 +297,7 @@ impl AnimationValue {
PropertyDeclaration::${prop.camel_case}(ref val) => {
let computed = match *val {
// https://bugzilla.mozilla.org/show_bug.cgi?id=1326131
DeclaredValue::WithVariables{..} => unimplemented!(),
DeclaredValue::WithVariables(_) => unimplemented!(),
DeclaredValue::Value(ref val) => val.to_computed_value(context),
% if not prop.style_struct.inherited:
DeclaredValue::Unset |