Bug 32544

Summary: Allow custom memory allocation control for dtoa's P5Node struct
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch none

Description Zoltan Horvath 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.
Comment 1 Zoltan Horvath 2009-12-15 02:43:24 PST
Created attachment 44855 [details]
proposed patch
Comment 2 WebKit Review Bot 2009-12-15 02:45:53 PST
style-queue ran check-webkit-style on attachment 44855 [details] without any errors.
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2009-12-15 10:43:20 PST
All reviewed patches have been landed.  Closing bug.