RESOLVED FIXED Bug 30852
Allow custom memory allocation control for WebCore's CSSRuleSet
https://bugs.webkit.org/show_bug.cgi?id=30852
Summary Allow custom memory allocation control for WebCore's CSSRuleSet
Zoltan Horvath
Reported 2009-10-28 05:34:45 PDT
Inherits CSSRuleSet class from FastAllocBase because it has been instantiated by 'new' in WebCore/css/CSSStyleSelector.cpp:455.
Attachments
proposed patch (1.05 KB, patch)
2009-10-28 05:35 PDT, Zoltan Horvath
darin: review+
updated to Noncopyable (1.08 KB, patch)
2009-10-30 01:46 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-10-28 05:35:55 PDT
Created attachment 42016 [details] proposed patch
Zoltan Horvath
Comment 2 2009-10-30 01:46:56 PDT
Created attachment 42192 [details] updated to Noncopyable
Zoltan Horvath
Comment 3 2009-10-30 16:09:18 PDT
Note You need to log in before you can comment on or make changes to this bug.