Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / AudioNode.idl
index 4ed4d40..74ac340 100644 (file)
@@ -37,8 +37,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);