Re: IndexedDB: spec nit - IDBFactory.cmp returns int?

2011-09-30 Thread Jonas Sicking
On Fri, Sep 30, 2011 at 4:57 PM, Joshua Bell wrote: > In the WebIDL snippet and description for IDBFactory, the cmp method is > defined as returning "int" which isn't defined in WebIDL (that I can see); > presumably this should be "long" or one of the other signed numeric types? > (short, byte, lo

IndexedDB: spec nit - IDBFactory.cmp returns int?

2011-09-30 Thread Joshua Bell
In the WebIDL snippet and description for IDBFactory, the cmp method is defined as returning "int" which isn't defined in WebIDL (that I can see); presumably this should be "long" or one of the other signed numeric types? (short, byte, long long, float, double)