Index: modules/webaudio/AnalyserNode.idl |
diff --git a/modules/webaudio/AnalyserNode.idl b/modules/webaudio/AnalyserNode.idl |
index 4de5f299edc024288576909ab357dffe1ef615ec..f066b8c1b662e21dfb8a62b45141ee2fd8aea818 100644 |
--- a/modules/webaudio/AnalyserNode.idl |
+++ b/modules/webaudio/AnalyserNode.idl |
@@ -23,7 +23,7 @@ |
*/ |
[ |
- Conditional=WEB_AUDIO |
+ Conditional=WEB_AUDIO, |
] interface AnalyserNode : AudioNode { |
[RaisesException=Setter] attribute unsigned long fftSize; |
readonly attribute unsigned long frequencyBinCount; |