Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / AudioParam.idl
index fa15d58..2d55ad3 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 [
+    WillBeGarbageCollected,
     Conditional=WEB_AUDIO
 ] interface AudioParam {
     attribute float value;
@@ -54,6 +55,4 @@
     // Cancels all scheduled parameter changes with times greater than or equal to startTime.
     void cancelScheduledValues(double startTime);
 
-    [MeasureAs=LegacyWebAudio, ImplementedAs=setTargetAtTime] void setTargetValueAtTime(float targetValue, double time, double timeConstant);
-
 };