| Index: third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl b/third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl
|
| index c671a57cfcf2ebf0d39f6002df43555ca9cf4eb6..c004b3f1efbd7b8b322a7e469fb9631d1b897e9a 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/WaveShaperOptions.idl
|
| @@ -5,5 +5,5 @@
|
| // https://webaudio.github.io/web-audio-api/#waveshaperoptions
|
| dictionary WaveShaperOptions : AudioNodeOptions {
|
| sequence<float> curve;
|
| - OverSampleType oversample;
|
| + OverSampleType oversample = "none";
|
| };
|
|
|