mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Fix typo in comment in Servo_AnimationCompose
This commit is contained in:
parent
4d187524c6
commit
744290e6de
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ pub extern "C" fn Servo_AnimationCompose(raw_value_map: RawServoAnimationValueMa
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Temporaries used in the following if-block whose lifetimes we need to prlong.
|
// Temporaries used in the following if-block whose lifetimes we need to prolong.
|
||||||
let raw_from_value;
|
let raw_from_value;
|
||||||
let from_composite_result;
|
let from_composite_result;
|
||||||
let from_value = if !segment.mFromValue.mServo.mRawPtr.is_null() {
|
let from_value = if !segment.mFromValue.mServo.mRawPtr.is_null() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue