Bug 30850

Summary: Allow custom memory allocation control for WebCore's CSSRuleDataList
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
darin: review+
updated to Noncopyable darin: review+

Description Zoltan Horvath 2009-10-28 05:26:15 PDT
Inherits CSSRuleDataList class from FastAllocBase because it has been instantiated by 'new' in WebCore/css/CSSStyleSelector.cpp:2715.
Comment 1 Zoltan Horvath 2009-10-28 05:27:54 PDT
Created attachment 42012 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-10-30 01:10:45 PDT
Created attachment 42182 [details]
updated to Noncopyable
Comment 3 Zoltan Horvath 2009-10-30 16:03:59 PDT
Landed in 50364.
https://trac.webkit.org/changeset/50364