| Index: Source/modules/webaudio/OscillatorNode.idl
|
| diff --git a/Source/modules/webaudio/OscillatorNode.idl b/Source/modules/webaudio/OscillatorNode.idl
|
| index 2657c898aca4251b608f9a571b17e0b19bf75bd2..90c8df69d1b5a7896bf1cfbd1b8614177e8a1d97 100644
|
| --- a/Source/modules/webaudio/OscillatorNode.idl
|
| +++ b/Source/modules/webaudio/OscillatorNode.idl
|
| @@ -29,10 +29,11 @@ enum OscillatorType {
|
| "triangle",
|
| "custom"
|
| };
|
| -
|
| +
|
| // OscillatorNode is an audio generator of periodic waveforms.
|
| [
|
| - Conditional=WEB_AUDIO
|
| + Conditional=WEB_AUDIO,
|
| + TypeChecking=Unrestricted,
|
| ] interface OscillatorNode : AudioSourceNode {
|
|
|
| attribute OscillatorType type;
|
|
|