Bug 31162

Summary: Allow custom memory allocation control for WebCore's Tokenizer
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
none
updated proposed patch darin: review+

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