[Webkit-unassigned] [Bug 58465] IndexedDB createObjectStore should throw if name is null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 19:28:12 PDT 2011


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





--- Comment #4 from Mark Pilgrim <pilgrim at chromium.org>  2011-04-27 19:28:12 PST ---
Similar to bug 58365, the root problem is in the IDL file which needs to specify that a null DOMString is treated as null. Then the C++ isNull() check works as expected.

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