mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Do not use CVAS for specified::Attr
This commit is contained in:
parent
0254fd0635
commit
5e8ee277fc
3 changed files with 9 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
//! Various macro helpers.
|
||||
|
||||
macro_rules! trivial_to_computed_value {
|
||||
($name: ident) => {
|
||||
($name:ty) => {
|
||||
impl $crate::values::computed::ToComputedValue for $name {
|
||||
type ComputedValue = $name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue