Chromium Code Reviews| Index: Source/modules/webaudio/AudioDestinationNode.idl |
| diff --git a/Source/modules/webaudio/AudioDestinationNode.idl b/Source/modules/webaudio/AudioDestinationNode.idl |
| index e85caef35e12ea11313611a76e83bc2d36b3d372..a3c9794d63f7dcf5b8fab414bd5e477d6ccc3cd1 100644 |
| --- a/Source/modules/webaudio/AudioDestinationNode.idl |
| +++ b/Source/modules/webaudio/AudioDestinationNode.idl |
| @@ -23,6 +23,7 @@ |
| */ |
| [ |
| + WillBeGarbageCollected, |
|
haraken
2014/03/27 11:44:05
You don't need this.
keishi
2014/04/03 06:53:19
Done.
|
| Conditional=WEB_AUDIO |
| ] interface AudioDestinationNode : AudioNode { |
| readonly attribute unsigned long maxChannelCount; |