RESOLVED FIXED 31163
Allow custom memory allocation control for WebCore's DocLoader
https://bugs.webkit.org/show_bug.cgi?id=31163
Summary Allow custom memory allocation control for WebCore's DocLoader
Zoltan Horvath
Reported 2009-11-05 04:57:48 PST
Inherits DocLoader class from Noncopyable because it is instantiated by 'new' in WebCore/dom/Document.cpp:370 and it is no need to be copyable.
Attachments
proposed patch (1.12 KB, patch)
2009-11-05 04:59 PST, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-11-05 04:59:28 PST
Created attachment 42559 [details] proposed patch
Zoltan Horvath
Comment 2 2009-11-09 06:27:58 PST
Note You need to log in before you can comment on or make changes to this bug.