Bug 30564

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

Description Zoltan Horvath 2009-10-20 05:29:29 PDT
Inherits CSSProperty class from FastAllocBase because it has been instantiated by 'new' in WebCore/css/CSSParser.cpp:367.
Comment 1 Zoltan Horvath 2009-10-20 05:30:59 PDT
Created attachment 41500 [details]
proposed patch
Comment 2 Eric Seidel (no email) 2009-10-20 11:52:02 PDT
Comment on attachment 41500 [details]
proposed patch

LGTM.
Comment 3 Zoltan Horvath 2009-10-20 13:14:31 PDT
Landed in 49881.
https://trac.webkit.org/changeset/49881