RESOLVED FIXED 63032
IndexedDB: cursor update() value argument is required
https://bugs.webkit.org/show_bug.cgi?id=63032
Summary IndexedDB: cursor update() value argument is required
Mark Pilgrim (Google)
Reported 2011-06-20 18:21:00 PDT
http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBCursor-update-IDBRequest-any-value states that the value argument to update() must be present (required and not null). This test calls update() without any arguments. Expected behavior: throw TypeError Actual behavior: does not throw Test case + patch attached.
Attachments
Patch (6.90 KB, patch)
2011-06-20 18:23 PDT, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-06-20 18:23:23 PDT
David Grogan
Comment 2 2011-06-20 18:56:22 PDT
LGTM
WebKit Review Bot
Comment 3 2011-06-21 13:42:40 PDT
Comment on attachment 97901 [details] Patch Clearing flags on attachment: 97901 Committed r89375: <http://trac.webkit.org/changeset/89375>
WebKit Review Bot
Comment 4 2011-06-21 13:42:45 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.