| Index: Source/modules/webaudio/AudioParamTimeline.cpp
|
| diff --git a/Source/modules/webaudio/AudioParamTimeline.cpp b/Source/modules/webaudio/AudioParamTimeline.cpp
|
| index b7d9c2d2d4a9f44fd034da28f15b8aae6f51b375..74b452a782dde53e9011e0c6990a4e45a8bed895 100644
|
| --- a/Source/modules/webaudio/AudioParamTimeline.cpp
|
| +++ b/Source/modules/webaudio/AudioParamTimeline.cpp
|
| @@ -452,7 +452,7 @@ float AudioParamTimeline::valuesForTimeRangeImpl(
|
| unsigned nextEventFillToFrame = fillToFrame;
|
| double nextEventFillToTime = fillToTime;
|
| fillToTime = std::min(endTime, time1 + duration);
|
| - // |fillToTime| can be greater than |startTime| when the end of the
|
| + // |fillToTime| can be less than |startTime| when the end of the
|
| // setValueCurve automation has been reached, but the next automation has not
|
| // yet started. In this case, |fillToTime| is clipped to |time1|+|duration|
|
| // above, but |startTime| will keep increasing (because the current time is
|
|
|