Bug 31162 - Allow custom memory allocation control for WebCore's Tokenizer
Summary: Allow custom memory allocation control for WebCore's Tokenizer
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:52 PST by Zoltan Horvath
Modified: 2009-11-09 06:22 PST (History)
0 users

See Also:


Attachments
proposed patch (1.11 KB, patch)
2009-11-05 04:53 PST, Zoltan Horvath
no flags Details | Formatted Diff | Diff
updated proposed patch (1.10 KB, patch)
2009-11-05 04:55 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:52:02 PST
Inherits Tokenizer class from Noncopyable because its (its child class) ImageTokenizer instantiated by 'new' in WebCore/loader/ImageDocument.cpp:178 and it is no need to be copyable.
Comment 1 Zoltan Horvath 2009-11-05 04:53:36 PST
Created attachment 42557 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-11-05 04:55:28 PST
Created attachment 42558 [details]
updated proposed patch
Comment 3 Zoltan Horvath 2009-11-09 06:22:50 PST
Landed in 50654.
http://trac.webkit.org/changeset/50654