RESOLVED FIXED 31105
Allow custom memory allocation control for WebCore's DeleteButtonController
https://bugs.webkit.org/show_bug.cgi?id=31105
Summary Allow custom memory allocation control for WebCore's DeleteButtonController
Zoltan Horvath
Reported 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.
Attachments
proposed patch (1.20 KB, patch)
2009-11-04 00:32 PST, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-11-04 00:32:02 PST
Created attachment 42460 [details] proposed patch
Zoltan Horvath
Comment 2 2009-11-09 06:14:59 PST
Note You need to log in before you can comment on or make changes to this bug.