Bug 32557 - Allow custom memory allocation control for EmptyEditorClient and EmptyInspectorClient
Summary: Allow custom memory allocation control for EmptyEditorClient and EmptyInspect...
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-12-15 05:56 PST by Zoltan Horvath
Modified: 2009-12-15 09:10 PST (History)
2 users (show)

See Also:


Attachments
proposed patch (1.54 KB, patch)
2009-12-15 05:57 PST, 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 2009-12-15 05:56:20 PST
Inherits the following classes from Noncopyable because these are instantiated by 'new' and no need to be copyable:

class name - instantiated at: WebCore/'location'
class EmptyEditorClient    - svg/graphics/SVGImage.cpp:230
class EmptyInspectorClient - svg/graphics/SVGImage.cpp:241
Comment 1 Zoltan Horvath 2009-12-15 05:57:45 PST
Created attachment 44872 [details]
proposed patch
Comment 2 WebKit Review Bot 2009-12-15 06:02:15 PST
style-queue ran check-webkit-style on attachment 44872 [details] without any errors.
Comment 3 WebKit Commit Bot 2009-12-15 09:09:57 PST
Comment on attachment 44872 [details]
proposed patch

Clearing flags on attachment: 44872

Committed r52158: <http://trac.webkit.org/changeset/52158>
Comment 4 WebKit Commit Bot 2009-12-15 09:10:01 PST
All reviewed patches have been landed.  Closing bug.