WaveShaperNode should copy its curve.
When setting the curve attribute for a WaveShaperNode, changes to the
curve should NOT modify the output of the node. Hence, copy the curve
data to an internal buffer so that changes won't be propagated.
BUG=
635052
TEST=waveshaper-copy-curve.html
Committed:
https://crrev.com/7b93c871846de69e79de9c0ffb9fd6a7f3802be7
Cr-Commit-Position: refs/heads/master@{#411658}