Use `long` instead of `int`, since the int type doesn't exist in Web IDL
authorEhsan Akhgari <ehsan@mozilla.com>
Fri, 24 Aug 2012 15:04:37 -0400
changeset 144 f2c6f2abc7f9
parent 143 a5def5040069
child 145 f3968573765c
Use `long` instead of `int`, since the int type doesn't exist in Web IDL
webaudio/specification.html
--- a/webaudio/specification.html	Fri Aug 24 15:02:43 2012 -0400
+++ b/webaudio/specification.html	Fri Aug 24 15:04:37 2012 -0400
@@ -1754,7 +1754,7 @@
     <span class="comment">// in seconds </span>
     readonly attribute float duration;
 
-    readonly attribute int numberOfChannels;
+    readonly attribute long numberOfChannels;
 
     Float32Array getChannelData(unsigned long channel);