Bug 32109

Summary: Allow custom memory allocation control for WebCore's CollectionCache
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch eric: review+

Description Zoltan Horvath 2009-12-03 02:03:46 PST
Created attachment 44218 [details]
Patch

Inherits the following class from FastAllocBase because it is
instantiated by 'new':

struct name            - instantiated at: WebCore/'location'

struct CollectionCache - dom/Document.cpp:4029
Comment 1 WebKit Review Bot 2009-12-03 02:05:22 PST
style-queue ran check-webkit-style on attachment 44218 [details] without any errors.
Comment 2 Zoltan Horvath 2009-12-04 04:11:03 PST
Landed in r51693.
http://trac.webkit.org/changeset/51693