| Index: Source/modules/webaudio/AnalyserNode.idl
|
| diff --git a/Source/modules/webaudio/AnalyserNode.idl b/Source/modules/webaudio/AnalyserNode.idl
|
| index 4de5f299edc024288576909ab357dffe1ef615ec..854920ef66b93d96c8518ded9dd94e24a133dc72 100644
|
| --- a/Source/modules/webaudio/AnalyserNode.idl
|
| +++ b/Source/modules/webaudio/AnalyserNode.idl
|
| @@ -22,9 +22,7 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=WEB_AUDIO
|
| -] interface AnalyserNode : AudioNode {
|
| +interface AnalyserNode : AudioNode {
|
| [RaisesException=Setter] attribute unsigned long fftSize;
|
| readonly attribute unsigned long frequencyBinCount;
|
|
|
|
|