Bug 31114 - Allow custom memory allocation control for WebCore's CachedResource
Summary: Allow custom memory allocation control for WebCore's CachedResource
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-11-04 05:59 PST by Zoltan Horvath
Modified: 2009-11-04 23:53 PST (History)
2 users (show)

See Also:


Attachments
proposed patch (1.41 KB, patch)
2009-11-04 06:01 PST, Zoltan Horvath
eric: review+
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-11-04 05:59:20 PST
Inherits CachedResource class from Noncopyable because its (its child class) CachedCSSStyleSheet instantiated by 'new' in WebCore/loader/Cache.cpp:75 and it is no need to be copyable.
Comment 1 Zoltan Horvath 2009-11-04 06:01:57 PST
Created attachment 42479 [details]
proposed patch
Comment 2 Eric Seidel (no email) 2009-11-04 10:15:34 PST
Comment on attachment 42479 [details]
proposed patch

Looks OK to me.
Comment 3 Zoltan Horvath 2009-11-04 23:53:39 PST
Landed in 50548.
https://trac.webkit.org/changeset/50548