Bug 101411

Summary: WeakBlocks should be HeapBlocks
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Mark Hahnenberg 2012-11-06 16:45:55 PST
Currently WeakBlocks use fastMalloc memory. They are very similar to the other HeapBlocks, however, so we should change them to being allocated with the BlockAllocator.
Comment 1 Mark Hahnenberg 2012-11-06 17:02:13 PST
Created attachment 172679 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-07 15:34:59 PST
Comment on attachment 172679 [details]
Patch

Clearing flags on attachment: 172679

Committed r133812: <http://trac.webkit.org/changeset/133812>
Comment 3 WebKit Review Bot 2012-11-07 15:35:01 PST
All reviewed patches have been landed.  Closing bug.