mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Bug 1343153 - Replace pointer to const with immutable reference for nsTimingFunction.
This commit is contained in:
parent
708f446364
commit
30f44da11c
2 changed files with 7 additions and 8 deletions
|
@ -1394,7 +1394,7 @@ extern "C" {
|
|||
pub fn Servo_StyleSet_FillKeyframesForName(set: RawServoStyleSetBorrowed,
|
||||
property: *const nsACString,
|
||||
timing_function:
|
||||
*const nsTimingFunction,
|
||||
nsTimingFunctionBorrowed,
|
||||
computed_values:
|
||||
ServoComputedValuesBorrowed,
|
||||
keyframe_list:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue