[Bug 17649] Address WebIDL comments from Kyle Huey and Ms2ger

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