RESOLVED FIXED Bug 30858
Allow custom memory allocation control for WebCore's RareData
https://bugs.webkit.org/show_bug.cgi?id=30858
Summary Allow custom memory allocation control for WebCore's RareData
Zoltan Horvath
Reported 2009-10-28 05:55:11 PDT
Inherits RareData struct from FastAllocBase because it has been instantiated by 'new' in WebCore/css/CSSSelector.h:259.
Attachments
proposed patch (1.12 KB, patch)
2009-10-28 05:56 PDT, Zoltan Horvath
darin: review+
updated to Noncopyable (1.14 KB, patch)
2009-10-29 03:16 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-10-28 05:56:34 PDT
Created attachment 42023 [details] proposed patch
Darin Adler
Comment 2 2009-10-28 07:47:02 PDT
Comment on attachment 42023 [details] proposed patch For any of these there is no need to be copyable, it may be more appropriate to inherit from Noncopyable than from FastAllocBase. This is one of those examples.
Zoltan Horvath
Comment 3 2009-10-29 03:16:24 PDT
Created attachment 42086 [details] updated to Noncopyable
Zoltan Horvath
Comment 4 2009-10-29 08:46:33 PDT
Note You need to log in before you can comment on or make changes to this bug.