[Webkit-unassigned] [Bug 28038] WebSocket API implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 15:26:33 PDT 2009


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





--- Comment #25 from Darin Adler <darin at apple.com>  2009-09-03 15:26:33 PDT ---
(From update of attachment 38963)
OwnArrayPtr can be used if you use "new (nothrow) char[]" to allocate the
memory, but not if you use tryFastMalloc to allocate the memory.

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