Bug 32556 - Allow custom memory allocation control for WebCore/inspector directory's classes
Summary: Allow custom memory allocation control for WebCore/inspector directory's classes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit 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:49 PST by Zoltan Horvath
Modified: 2009-12-15 09:02 PST (History)
2 users (show)

See Also:


Attachments
proposed patch (1.98 KB, patch)
2009-12-15 05:50 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: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.