- From: <bugzilla@jessica.w3.org>
- Date: Fri, 01 Mar 2013 18:08:08 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17649
--- Comment #14 from Joshua Bell <jsbell@chromium.org> ---
> > dictionary IDBObjectStoreParameters {
> >   DOMString? keyPath = null;
> >   boolean autoIncrement = false;
> > };
> 
> Should be:  (sequence<DOMString> or DOMString)? keyPath = null;
Fixed! https://dvcs.w3.org/hg/IndexedDB/rev/dffdbbe300ab
This leaves the DOMStringList question re: 3.2.5
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 1 March 2013 18:08:14 UTC