[webkit-reviews] review granted: [Bug 123671] [Cocoa] Wrappers mishandle NULL values in arrays and dictionaries : [Attachment 215813] Represent NULL values by NSNull

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 2 14:25:25 PDT 2013


Darin Adler <darin at apple.com> has granted mitz at webkit.org <mitz at webkit.org>'s
request for review:
Bug 123671: [Cocoa] Wrappers mishandle NULL values in arrays and dictionaries
https://bugs.webkit.org/show_bug.cgi?id=123671

Attachment 215813: Represent NULL values by NSNull
https://bugs.webkit.org/attachment.cgi?id=215813&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
It’s a little peculiar that we turn a nullptr into an NSNull on the way out,
but we don’t turn an NSNull into a nullptr on the way in.


More information about the webkit-reviews mailing list