Bug 30165 - Allow custom memory allocation control for WebCore's CachedResourceClient
Summary: Allow custom memory allocation control for WebCore's CachedResourceClient
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-10-07 07:30 PDT by Zoltan Horvath
Modified: 2009-10-07 10:30 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.40 KB, patch)
2009-10-07 07:35 PDT, 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-10-07 07:30:49 PDT
Inherits CachedResourceClient class from FastAllocBase because (its child class) CSSFontFaceSource has been instantiated by 'new' in WebCore/css/CSSFontFaceSource.h:46.
Comment 1 Zoltan Horvath 2009-10-07 07:35:30 PDT
Created attachment 40786 [details]
proposed patch
Comment 2 Eric Seidel (no email) 2009-10-07 09:18:51 PDT
Comment on attachment 40786 [details]
proposed patch

OK.  rubber-stamp=me.
Comment 3 Zoltan Horvath 2009-10-07 10:09:52 PDT
Landed in 49251.
http://trac.webkit.org/changeset/49251