| Index: modules/webaudio/AudioNode.idl
|
| diff --git a/modules/webaudio/AudioNode.idl b/modules/webaudio/AudioNode.idl
|
| index 4ed4d40b0db77efd2b998562737bfedce1dfd1d6..41396a38b3ae772350807e4633b89b8a6c0f6ba6 100644
|
| --- a/modules/webaudio/AudioNode.idl
|
| +++ b/modules/webaudio/AudioNode.idl
|
| @@ -38,7 +38,7 @@ enum ChannelInterpretation {
|
| [
|
| Conditional=WEB_AUDIO,
|
| Custom=Wrap,
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface AudioNode : EventTarget {
|
| // FIXME: AudioNode argument should not be nullable
|
| [RaisesException] void connect(AudioNode? destination, [Default=Undefined] optional unsigned long output, [Default=Undefined] optional unsigned long input);
|
|
|