Bug 43343 - Allow custom memory allocation control for DoctypeData class
Summary: Allow custom memory allocation control for DoctypeData class
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: 2010-08-02 06:23 PDT by Zoltan Horvath
Modified: 2010-08-05 02:06 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.20 KB, patch)
2010-08-02 06:25 PDT, Zoltan Horvath
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 2010-08-02 06:23:52 PDT
Inherits the following class from Noncopyable because it is instantiated by 'new' and no need to be copyable:
class name  - instantiated at: WebCore/'location'
DoctypeData - html/HTMLToken.h:113
Comment 1 Zoltan Horvath 2010-08-02 06:25:36 PDT
Created attachment 63209 [details]
proposed patch
Comment 2 WebKit Commit Bot 2010-08-05 02:06:29 PDT
Comment on attachment 63209 [details]
proposed patch

Clearing flags on attachment: 63209

Committed r64724: <http://trac.webkit.org/changeset/64724>
Comment 3 WebKit Commit Bot 2010-08-05 02:06:33 PDT
All reviewed patches have been landed.  Closing bug.