| Index: modules/webaudio/AudioParam.idl
|
| diff --git a/modules/webaudio/AudioParam.idl b/modules/webaudio/AudioParam.idl
|
| index 95d90e221d7197fe3df27f3307af800004b416dc..e612201edc5be175d6a4ad67afcb77a48a0e8672 100644
|
| --- a/modules/webaudio/AudioParam.idl
|
| +++ b/modules/webaudio/AudioParam.idl
|
| @@ -31,15 +31,8 @@
|
| Conditional=WEB_AUDIO
|
| ] interface AudioParam {
|
| attribute float value;
|
| - readonly attribute float minValue;
|
| - readonly attribute float maxValue;
|
| readonly attribute float defaultValue;
|
|
|
| - readonly attribute DOMString name;
|
| -
|
| - // FIXME: Could define units constants here (seconds, decibels, cents, etc.)...
|
| - readonly attribute unsigned short units;
|
| -
|
| // Parameter automation.
|
| void setValueAtTime(float value, double time);
|
| void linearRampToValueAtTime(float value, double time);
|
|
|