Summary: | Use fastMalloc/fastFree in WebCoreArgumentCodersMac.mm | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> | ||||
Component: | WebKit2 | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | darin, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | Other | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | 210448 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
David Kilzer (:ddkilzer)
2020-06-17 20:26:30 PDT
Created attachment 402180 [details]
Patch v1
Comment on attachment 402180 [details]
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.
(In reply to Darin Adler from comment #2) > This is good. I think it would be even better to use new/delete and > unique_ptr, but this is a step forward. Could even use Vector now that I look closer. Committed r263251: <https://trac.webkit.org/changeset/263251> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402180 [details]. |