RESOLVED FIXED 32544
Allow custom memory allocation control for dtoa's P5Node struct
https://bugs.webkit.org/show_bug.cgi?id=32544
Summary Allow custom memory allocation control for dtoa's P5Node struct
Zoltan Horvath
Reported 2009-12-15 02:41:42 PST
Inherits P5Node struct from Noncopyable because it is instantiated by 'new' at wtf/dtoa.cpp:588 and don't need to be copyable.
Attachments
proposed patch (1013 bytes, patch)
2009-12-15 02:43 PST, Zoltan Horvath
no flags
Zoltan Horvath
Comment 1 2009-12-15 02:43:24 PST
Created attachment 44855 [details] proposed patch
WebKit Review Bot
Comment 2 2009-12-15 02:45:53 PST
style-queue ran check-webkit-style on attachment 44855 [details] without any errors.
WebKit Commit Bot
Comment 3 2009-12-15 10:43:16 PST
Comment on attachment 44855 [details] proposed patch Clearing flags on attachment: 44855 Committed r52162: <http://trac.webkit.org/changeset/52162>
WebKit Commit Bot
Comment 4 2009-12-15 10:43:20 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.