[webkit-reviews] review granted: [Bug 60022] IndexedDB open (database) should fail if name is null : [Attachment 92073] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 09:34:17 PDT 2011


Tony Chang <tony at chromium.org> has granted Mark Pilgrim
<pilgrim at chromium.org>'s request for review:
Bug 60022: IndexedDB open (database) should fail if name is null
https://bugs.webkit.org/show_bug.cgi?id=60022

Attachment 92073: Patch
https://bugs.webkit.org/attachment.cgi?id=92073&action=review

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=92073&action=review

>> Source/WebCore/storage/IDBFactory.idl:31
>> +	    [CallWith=ScriptExecutionContext] IDBRequest open(in
[ConvertNullToNullString] DOMString name)
> 
> Tony, do you know if [ConvertNullToNullString] has downsides that might have
caused it to be omitted initially?

I don't know of any downsides.	I suspect it was just an oversight.


More information about the webkit-reviews mailing list