| Index: Source/modules/webaudio/AudioListener.idl
|
| diff --git a/Source/modules/webaudio/AudioListener.idl b/Source/modules/webaudio/AudioListener.idl
|
| index 7940401c99b06c7507dbbf3c9b91c9829ee4c64d..359776cbda4155fcb67b79c472497b4acc892319 100644
|
| --- a/Source/modules/webaudio/AudioListener.idl
|
| +++ b/Source/modules/webaudio/AudioListener.idl
|
| @@ -30,10 +30,10 @@
|
| GarbageCollected,
|
| Conditional=WEB_AUDIO
|
| ] interface AudioListener {
|
| - [DeprecateAs=DeprecatedDopplerFactor] attribute float dopplerFactor; // same as OpenAL (default 1.0)
|
| - [DeprecateAs=DeprecatedSpeedOfSound] attribute float speedOfSound; // in meters / second (default 343.3)
|
| + [DeprecateAs=AudioListenerDopplerFactor] attribute float dopplerFactor; // same as OpenAL (default 1.0)
|
| + [DeprecateAs=AudioListenerSpeedOfSound] attribute float speedOfSound; // in meters / second (default 343.3)
|
|
|
| void setPosition(float x, float y, float z);
|
| void setOrientation(float x, float y, float z, float xUp, float yUp, float zUp);
|
| - [DeprecateAs=DeprecatedSetVelocity] void setVelocity(float x, float y, float z);
|
| + [DeprecateAs=AudioListenerSetVelocity] void setVelocity(float x, float y, float z);
|
| };
|
|
|