[Webkit-unassigned] [Bug 63032] New: IndexedDB: cursor update() value argument is required

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 18:21:00 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63032

           Summary: IndexedDB: cursor update() value argument is required
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: fishd at chromium.org, tony at chromium.org,
                    hans at chromium.org, dgrogan at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list