| commit | 7430a77312e7279e63aa9c0c3ba244b819202192 | [log] [tgz] |
|---|---|---|
| author | rtoy <rtoy@chromium.org> | Wed Jun 01 16:52:14 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jun 01 16:53:45 2016 |
| tree | b0d4ab296dd45a3161455a0bfca7c44cedb9b104 | |
| parent | bd681d849993450a8b55cd31b1b412fd1f9c4ef8 [diff] |
AudioParam.setValueCurveAtTime() should copy the curve data setValueCurveAtTime() should copy the curve data so that modifications of the original array don't change what setValueCurveAtTime would produce. See description of value parameter at http://webaudio.github.io/web-audio-api/#widl-AudioParam-setValueCurveAtTime-AudioParam-Float32Array-values-double-startTime-double-duration BUG=582980 TEST=audioparam-setValueCurve-copy.html Review-Url: https://codereview.chromium.org/2016563002 Cr-Commit-Position: refs/heads/master@{#397161}