Bug 32557

Summary: Allow custom memory allocation control for EmptyEditorClient and EmptyInspectorClient
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch none

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.