Bug 31163

Summary: Allow custom memory allocation control for WebCore's DocLoader
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch darin: review+

Description Zoltan Horvath 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.
Comment 1 Zoltan Horvath 2009-11-05 04:59:28 PST
Created attachment 42559 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-11-09 06:27:58 PST
Landed in 50655. 
http://trac.webkit.org/changeset/50655