Bug 32556

Summary: Allow custom memory allocation control for WebCore/inspector directory's classes
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: WebKit 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:49:11 PST
Inherits the following class from Noncopyable because these are instantiated by 'new' and no need to be copyable:
class name - instantiated at: WebCore/'location'
class InspectorFrontend - inspector/InspectorController.cpp:538
class InspectorTimelineAgent - inspector/InspectorController.cpp:1097
Comment 1 Zoltan Horvath 2009-12-15 05:50:17 PST
Created attachment 44871 [details]
proposed patch
Comment 2 WebKit Review Bot 2009-12-15 05:51:48 PST
style-queue ran check-webkit-style on attachment 44871 [details] without any errors.
Comment 3 WebKit Commit Bot 2009-12-15 09:02:42 PST
Comment on attachment 44871 [details]
proposed patch

Clearing flags on attachment: 44871

Committed r52157: <http://trac.webkit.org/changeset/52157>
Comment 4 WebKit Commit Bot 2009-12-15 09:02:47 PST
All reviewed patches have been landed.  Closing bug.