[webkit-reviews] review granted: [Bug 213325] Use fastMalloc/fastFree in WebCoreArgumentCodersMac.mm : [Attachment 402180] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 18 09:54:36 PDT 2020


Darin Adler <darin at apple.com> has granted David Kilzer (:ddkilzer)
<ddkilzer at webkit.org>'s request for review:
Bug 213325: Use fastMalloc/fastFree in WebCoreArgumentCodersMac.mm
https://bugs.webkit.org/show_bug.cgi?id=213325

Attachment 402180: Patch v1

https://bugs.webkit.org/attachment.cgi?id=402180&action=review




--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 402180
  --> https://bugs.webkit.org/attachment.cgi?id=402180
Patch v1

This is good. I think it would be even better to use new/delete and unique_ptr,
but this is a step forward.


More information about the webkit-reviews mailing list