Bug 31105 - Allow custom memory allocation control for WebCore's DeleteButtonController
Summary: Allow custom memory allocation control for WebCore's DeleteButtonController
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-04 00:30 PST by Zoltan Horvath
Modified: 2009-11-09 06:14 PST (History)
0 users

See Also:


Attachments
proposed patch (1.20 KB, patch)
2009-11-04 00:32 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-04 00:30:20 PST
Inherits DeleteButtonController class from FastAllocBase because it is instantiated by 'new' in WebCore/editing/Editor.cpp:919 and it is no need to be copyable.
Comment 1 Zoltan Horvath 2009-11-04 00:32:02 PST
Created attachment 42460 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-11-09 06:14:59 PST
Landed in 50653.
http://trac.webkit.org/changeset/50653