Bug 31163 - Allow custom memory allocation control for WebCore's DocLoader
Summary: Allow custom memory allocation control for WebCore's DocLoader
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 04:57 PST by Zoltan Horvath
Modified: 2009-11-09 06:27 PST (History)
0 users

See Also:


Attachments
proposed patch (1.12 KB, patch)
2009-11-05 04:59 PST, Zoltan Horvath
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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