[Webkit-unassigned] [Bug 58365] IndexedDB createIndex should fail if name arg is null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 18:47:55 PDT 2011


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





--- Comment #1 from Mark Pilgrim <pilgrim at chromium.org>  2011-04-27 18:47:55 PST ---
Root problem was in the IDL file, we need to ensure that a null DOMString is treated as null (otherwise it gets serialized as the 4-character string "null"). After that, a basic isNull() check works as expected in ::createIndex().

-- 
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