RESOLVED FIXED 30857
Allow custom memory allocation control for WebCore's MediaQueryResult
https://bugs.webkit.org/show_bug.cgi?id=30857
Summary Allow custom memory allocation control for WebCore's MediaQueryResult
Zoltan Horvath
Reported 2009-10-28 05:50:12 PDT
Inherits MediaQueryResult class from FastAllocBase because it has been instantiated by 'new' in WebCore/css/CSSStyleSelector.cpp:5984.
Attachments
proposed patch (1.15 KB, patch)
2009-10-28 05:51 PDT, Zoltan Horvath
darin: review+
updated to Noncopyable (1.17 KB, patch)
2009-10-30 02:47 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-10-28 05:51:51 PDT
Created attachment 42022 [details] proposed patch
Zoltan Horvath
Comment 2 2009-10-30 02:47:40 PDT
Created attachment 42200 [details] updated to Noncopyable
Zoltan Horvath
Comment 3 2009-10-30 16:19:27 PDT
Note You need to log in before you can comment on or make changes to this bug.