mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix SingleSpecifiedValue in vector_longhand
This commit is contained in:
parent
55ae25c3ae
commit
77368ac48c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
% endif
|
||||
}
|
||||
|
||||
pub use self::single_value::computed_value::T as SingleSpecifiedValue;
|
||||
pub use self::single_value::SpecifiedValue as SingleSpecifiedValue;
|
||||
|
||||
impl ToComputedValue for SpecifiedValue {
|
||||
type ComputedValue = computed_value::T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue