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

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

Issue 205173002: Move webaudio to oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Created 6 years, 8 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/AudioSourceNode.idl
diff --git a/Source/modules/webaudio/AudioSourceNode.idl b/Source/modules/webaudio/AudioSourceNode.idl
index 7a69b793dac752b929085d5a39064cbca49172ca..c5d86ae078c5db64d8a51fd570d033c1060bdf22 100644
--- a/Source/modules/webaudio/AudioSourceNode.idl
+++ b/Source/modules/webaudio/AudioSourceNode.idl
@@ -27,6 +27,7 @@
*/
[
+ WillBeGarbageCollected,
haraken 2014/04/08 06:02:08 You don't need [WillBeGarbageCollected] in sub-cla
keishi 2014/04/21 17:10:11 Done.
NoInterfaceObject,
Conditional=WEB_AUDIO
] interface AudioSourceNode : AudioNode {

Powered by Google App Engine
This is Rietveld 408576698