Remove the extra semicolon in the IDL file for AudioContext
authorEhsan Akhgari <ehsan@mozilla.com>
Wed, 15 Aug 2012 22:28:37 -0400
changeset 125 a337a3ad2a7f
parent 124 b31ffa8ddc43
child 126 009a4f7eb13d
Remove the extra semicolon in the IDL file for AudioContext
webaudio/specification.html
--- a/webaudio/specification.html	Wed Aug 15 22:24:02 2012 -0400
+++ b/webaudio/specification.html	Wed Aug 15 22:28:37 2012 -0400
@@ -749,7 +749,7 @@
             AudioChannelSplitter createChannelSplitter(in optional unsigned long numberOfOutputs = 6)
                 raises(DOMException);
 
-            AudioChannelMerger createChannelMerger(in optional unsigned long numberOfInputs = 6);
+            AudioChannelMerger createChannelMerger(in optional unsigned long numberOfInputs = 6)
                 raises(DOMException);
 
             DynamicsCompressorNode createDynamicsCompressor();