RESOLVED FIXED 30850
Allow custom memory allocation control for WebCore's CSSRuleDataList
https://bugs.webkit.org/show_bug.cgi?id=30850
Summary Allow custom memory allocation control for WebCore's CSSRuleDataList
Zoltan Horvath
Reported Wednesday, October 28, 2009 1:26:15 PM UTC
Inherits CSSRuleDataList class from FastAllocBase because it has been instantiated by 'new' in WebCore/css/CSSStyleSelector.cpp:2715.
Attachments
proposed patch (1.17 KB, patch)
2009-10-28 05:27 PDT, Zoltan Horvath
darin: review+
updated to Noncopyable (1.21 KB, patch)
2009-10-30 01:10 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 Wednesday, October 28, 2009 1:27:54 PM UTC
Created attachment 42012 [details] proposed patch
Zoltan Horvath
Comment 2 Friday, October 30, 2009 9:10:45 AM UTC
Created attachment 42182 [details] updated to Noncopyable
Zoltan Horvath
Comment 3 Saturday, October 31, 2009 12:03:59 AM UTC
Note You need to log in before you can comment on or make changes to this bug.