Index: Source/modules/webaudio/OscillatorNode.idl |
diff --git a/Source/modules/webaudio/OscillatorNode.idl b/Source/modules/webaudio/OscillatorNode.idl |
index 90c8df69d1b5a7896bf1cfbd1b8614177e8a1d97..e384ecf2db73b997ee5f987b97e13c113871fb9e 100644 |
--- a/Source/modules/webaudio/OscillatorNode.idl |
+++ b/Source/modules/webaudio/OscillatorNode.idl |
@@ -33,7 +33,6 @@ enum OscillatorType { |
// OscillatorNode is an audio generator of periodic waveforms. |
[ |
Conditional=WEB_AUDIO, |
- TypeChecking=Unrestricted, |
] interface OscillatorNode : AudioSourceNode { |
attribute OscillatorType type; |