RESOLVED FIXED Bug 30851
Allow custom memory allocation control for WebCore's CSSRuleData
https://bugs.webkit.org/show_bug.cgi?id=30851
Summary Allow custom memory allocation control for WebCore's CSSRuleData
Zoltan Horvath
Reported 2009-10-28 05:31:53 PDT
Inherits CSSRuleData class from FastAllocBase because it has been instantiated by 'new' in WebCore/css/CSSStyleSelector.h:320.
Attachments
proposed patch (1.23 KB, patch)
2009-10-28 05:32 PDT, Zoltan Horvath
darin: review+
updated to Noncopyable (1.26 KB, patch)
2009-10-30 01:05 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-10-28 05:32:56 PDT
Created attachment 42015 [details] proposed patch
Zoltan Horvath
Comment 2 2009-10-30 01:05:02 PDT
Created attachment 42181 [details] updated to Noncopyable
Zoltan Horvath
Comment 3 2009-10-30 16:06:54 PDT
Note You need to log in before you can comment on or make changes to this bug.