Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: Source/modules/webaudio/ConvolverNode.idl

Issue 205173002: Move webaudio to oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698