Chromium Code Reviews| Index: Source/modules/webaudio/ConvolverNode.idl |
| diff --git a/Source/modules/webaudio/ConvolverNode.idl b/Source/modules/webaudio/ConvolverNode.idl |
| index fe0544b33eb0d7feba9c3c676c2ecc860d863190..456f13e5a884437fe22beee3e2105ad6aaf4d77c 100644 |
| --- a/Source/modules/webaudio/ConvolverNode.idl |
| +++ b/Source/modules/webaudio/ConvolverNode.idl |
| @@ -24,6 +24,7 @@ |
| // A linear convolution effect |
| [ |
| + WillBeGarbageCollected, |
|
haraken
2014/03/27 11:44:05
Remove. The same comment for other IDL files.
keishi
2014/04/03 06:53:19
Done.
|
| Conditional=WEB_AUDIO |
| ] interface ConvolverNode : AudioNode { |
| [RaisesException=Setter] attribute AudioBuffer buffer; |