Chromium Code Reviews| Index: Source/modules/webaudio/AudioListener.idl |
| diff --git a/Source/modules/webaudio/AudioListener.idl b/Source/modules/webaudio/AudioListener.idl |
| index 8bf2969ed0529ac18b344bbb9d83d23f0d6a2de5..0011fe0f56020e0043b27799ff4fb5581e913cd5 100644 |
| --- a/Source/modules/webaudio/AudioListener.idl |
| +++ b/Source/modules/webaudio/AudioListener.idl |
| @@ -27,7 +27,7 @@ |
| */ |
| [ |
| - Conditional=WEB_AUDIO, |
| + Conditional=WEB_AUDIO |
| ] interface AudioListener { |
| attribute float dopplerFactor; // same as OpenAL (default 1.0) |
| attribute float speedOfSound; // in meters / second (default 343.3) |