RESOLVED FIXED Bug 30859
Allow custom memory allocation control for WebCore's ShorthandScope
https://bugs.webkit.org/show_bug.cgi?id=30859
Summary Allow custom memory allocation control for WebCore's ShorthandScope
Zoltan Horvath
Reported 2009-10-28 05:58:21 PDT
Inherits ShorthandScope class from FastAllocBase because it has been instantiated by 'new' in WebCore/css/CSSParser.cpp:902.
Attachments
proposed patch (1.15 KB, patch)
2009-10-28 05:59 PDT, Zoltan Horvath
darin: review+
updated to Noncopyable (1.18 KB, patch)
2009-10-29 03:23 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-10-28 05:59:31 PDT
Created attachment 42024 [details] proposed patch
Darin Adler
Comment 2 2009-10-28 07:47:44 PDT
Comment on attachment 42024 [details] proposed patch For many of these it would be better to inherit from Noncopyable instead of FastAllocBase.
Zoltan Horvath
Comment 3 2009-10-29 03:23:55 PDT
Created attachment 42087 [details] updated to Noncopyable
Zoltan Horvath
Comment 4 2009-10-29 08:42:02 PDT
Note You need to log in before you can comment on or make changes to this bug.