| 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 cc45bbb591fe9367e9510e5acc8b2bfefae0416f..cf03bb8cee754c78643d11f23558cea6653c1929 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl
|
| @@ -24,6 +24,9 @@
|
|
|
| // PeriodicWave represents a periodic audio waveform given by its Fourier coefficients.
|
| [
|
| -] interface PeriodicWave {
|
| + Constructor(AudioContext context, optional PeriodicWaveOptions options),
|
| + RaisesException=Constructor,
|
| +]
|
| +interface PeriodicWave {
|
|
|
| };
|
|
|