| Index: third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl b/third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl
|
| index 79e8284f3338aed4201cd7671e8317afaad2994e..0a36c9d63ec6f0ce37be74a80c0a3f52dde2a8e1 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl
|
| @@ -23,6 +23,10 @@
|
| */
|
|
|
| // PeriodicWave represents a periodic audio waveform given by its Fourier coefficients.
|
| +// See https://webaudio.github.io/web-audio-api/#the-periodicwave-interface
|
| +[
|
| + Constructor(BaseAudioContext context, optional PeriodicWaveOptions options),
|
| + RaisesException=Constructor,
|
| +]
|
| interface PeriodicWave {
|
| -
|
| };
|
|
|