Bug 1343153 - Replace pointer to const with immutable reference for nsTimingFunction.

This commit is contained in:
Boris Chiou 2017-03-21 14:30:21 +08:00
parent 708f446364
commit 30f44da11c
2 changed files with 7 additions and 8 deletions

View file

@ -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: