Summary: | Remove a couple of malloc from ExceptionBase construction | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Benjamin Poulain <benjamin> | ||||
Component: | New Bugs | Assignee: | Benjamin Poulain <benjamin> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | esprehn+autocc, ojan.autocc, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Benjamin Poulain
2013-03-31 23:56:28 PDT
Created attachment 195931 [details]
Patch
Comment on attachment 195931 [details]
Patch
Looks good. We also need to fix this so we don’t need to use String::number in cases like this; should format the number into a temporary buffer that can then be appended to the string, not a heap-allocated string.
(In reply to comment #2) > (From update of attachment 195931 [details]) > Looks good. We also need to fix this so we don’t need to use String::number in cases like this; should format the number into a temporary buffer that can then be appended to the string, not a heap-allocated string. Yep, this have been annoying me for a while but I have not got the time to fix it yet. Thank you for the review. Comment on attachment 195931 [details] Patch Clearing flags on attachment: 195931 Committed r147353: <http://trac.webkit.org/changeset/147353> All reviewed patches have been landed. Closing bug. |