[webkit-reviews] review requested: [Bug 37399] Remove use of STL data structures from CoreIPC code : [Attachment 53074] Updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 10 22:15:31 PDT 2010


Sam Weinig <sam at webkit.org> has asked  for review:
Bug 37399: Remove use of STL data structures from CoreIPC code
https://bugs.webkit.org/show_bug.cgi?id=37399

Attachment 53074: Updated patch
https://bugs.webkit.org/attachment.cgi?id=53074&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
This updates the patch to use a Vector instead of a Deque in Connection as per
Anders' request. It also changes some uses of malloc/free with
fastMalloc/fastFree.


More information about the webkit-reviews mailing list