| Index: third_party/WebKit/Source/modules/webaudio/AudioContext.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioContext.idl b/third_party/WebKit/Source/modules/webaudio/AudioContext.idl
|
| index e0dcfe262495cae4c2acd10c5314d9c8d75e2cd7..89237c9ef5021b3aca06c9f3ab5e9fb23d8dd1fe 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioContext.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioContext.idl
|
| @@ -79,7 +79,7 @@ enum AudioContextState {
|
| [RaisesException, MeasureAs=AudioContextCreateScriptProcessor] ScriptProcessorNode createScriptProcessor(optional unsigned long bufferSize, optional unsigned long numberOfInputChannels, optional unsigned long numberOfOutputChannels);
|
| [RaisesException, MeasureAs=AudioContextCreateStereoPanner] StereoPannerNode createStereoPanner();
|
| [RaisesException, MeasureAs=AudioContextCreateOscillator] OscillatorNode createOscillator();
|
| - [RaisesException, MeasureAs=AudioContextCreatePeriodicWave] PeriodicWave createPeriodicWave(Float32Array real, Float32Array imag, optional Dictionary options);
|
| + [RaisesException, MeasureAs=AudioContextCreatePeriodicWave] PeriodicWave createPeriodicWave(Float32Array real, Float32Array imag, optional PeriodicWaveConstraints options);
|
|
|
| // Channel splitting and merging
|
| [RaisesException, MeasureAs=AudioContextCreateChannelSplitter] ChannelSplitterNode createChannelSplitter(optional unsigned long numberOfOutputs);
|
|
|