RESOLVED FIXED 30854
Allow custom memory allocation control for WebCore's MediaQueryEvaluator
https://bugs.webkit.org/show_bug.cgi?id=30854
Summary Allow custom memory allocation control for WebCore's MediaQueryEvaluator
Zoltan Horvath
Reported 2009-10-28 05:41:40 PDT
Inherits MediaQueryEvaluator class from FastAllocBase because it has been instantiated by 'new' in WebCore/css/CSSStyleSelector.cpp:401.
Attachments
proposed patch (1.33 KB, patch)
2009-10-28 05:42 PDT, Zoltan Horvath
darin: review+
updated to Noncopyable (1.36 KB, patch)
2009-10-30 02:09 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-10-28 05:42:42 PDT
Created attachment 42019 [details] proposed patch
Zoltan Horvath
Comment 2 2009-10-30 02:09:02 PDT
Created attachment 42195 [details] updated to Noncopyable
Zoltan Horvath
Comment 3 2009-10-30 16:14:22 PDT
Note You need to log in before you can comment on or make changes to this bug.