| Index: modules/webaudio/PannerNode.idl
|
| diff --git a/modules/webaudio/PannerNode.idl b/modules/webaudio/PannerNode.idl
|
| index 899b8a975f5a43188ba47b5c7a4a6e86d48b4f08..455740817bac59fb302087ef51c0a3ce771a9912 100644
|
| --- a/modules/webaudio/PannerNode.idl
|
| +++ b/modules/webaudio/PannerNode.idl
|
| @@ -37,7 +37,7 @@
|
| const unsigned short EXPONENTIAL_DISTANCE = 2;
|
|
|
| // Default model for stereo is HRTF
|
| - [CustomSetter] attribute DOMString panningModel;
|
| + [Custom=Setter] attribute DOMString panningModel;
|
|
|
| // Uses a 3D cartesian coordinate system
|
| void setPosition(float x, float y, float z);
|
| @@ -45,7 +45,7 @@
|
| void setVelocity(float x, float y, float z);
|
|
|
| // Distance model
|
| - [CustomSetter] attribute DOMString distanceModel;
|
| + [Custom=Setter] attribute DOMString distanceModel;
|
|
|
| attribute double refDistance;
|
| attribute double maxDistance;
|
|
|