| Index: Source/modules/webaudio/OscillatorNode.idl
|
| diff --git a/Source/modules/webaudio/OscillatorNode.idl b/Source/modules/webaudio/OscillatorNode.idl
|
| index 7cbe29dbd3070fc80d1ff7c3eb03cfbaf1a5569f..14d8643ef8a87e420cd5dc7ebc3ee79875951d04 100644
|
| --- a/Source/modules/webaudio/OscillatorNode.idl
|
| +++ b/Source/modules/webaudio/OscillatorNode.idl
|
| @@ -24,6 +24,7 @@
|
|
|
| // OscillatorNode is an audio generator of periodic waveforms.
|
| [
|
| + WillBeGarbageCollected,
|
| Conditional=WEB_AUDIO
|
| ] interface OscillatorNode : AudioSourceNode {
|
|
|
|
|