Re: [webidl] Fix arrays (#52)

>  };
>  
>  interface A {
>  };
>  
> -typedef long[] ArrayOfLongs;</x:codeblock>
> +typedef sequence&lt;long&gt; ArrayOfLongs;</x:codeblock>

Ah yes, thanks.

---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/52/files#r33908079

Received on Monday, 6 July 2015 06:15:13 UTC