RESOLVED FIXED 31114
Allow custom memory allocation control for WebCore's CachedResource
https://bugs.webkit.org/show_bug.cgi?id=31114
Summary Allow custom memory allocation control for WebCore's CachedResource
Zoltan Horvath
Reported 2009-11-04 05:59:20 PST
Inherits CachedResource class from Noncopyable because its (its child class) CachedCSSStyleSheet instantiated by 'new' in WebCore/loader/Cache.cpp:75 and it is no need to be copyable.
Attachments
proposed patch (1.41 KB, patch)
2009-11-04 06:01 PST, Zoltan Horvath
eric: review+
Zoltan Horvath
Comment 1 2009-11-04 06:01:57 PST
Created attachment 42479 [details] proposed patch
Eric Seidel (no email)
Comment 2 2009-11-04 10:15:34 PST
Comment on attachment 42479 [details] proposed patch Looks OK to me.
Zoltan Horvath
Comment 3 2009-11-04 23:53:39 PST
Note You need to log in before you can comment on or make changes to this bug.