mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Box DeclaredValue::WithVariables
This commit is contained in:
parent
43731c5757
commit
adb6d20293
6 changed files with 53 additions and 44 deletions
|
@ -361,7 +361,7 @@ pub fn cascade<'a>(custom_properties: &mut Option<HashMap<&'a Name, BorrowedSpec
|
|||
references: Some(&specified_value.references),
|
||||
});
|
||||
},
|
||||
DeclaredValue::WithVariables { .. } => unreachable!(),
|
||||
DeclaredValue::WithVariables(_) => unreachable!(),
|
||||
DeclaredValue::Initial => {
|
||||
map.remove(&name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue