Bug 35855 - Allow custom memory allocation control for TimingFunction struct
Summary: Allow custom memory allocation control for TimingFunction struct
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: 2010-03-08 02:28 PST by Zoltan Horvath
Modified: 2010-03-11 00:41 PST (History)
0 users

See Also:


Attachments
proposed patch (1.19 KB, patch)
2010-03-08 02:32 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 2010-03-08 02:28:54 PST
Inherits the following struct from FastAllocBase because it is instantiated by 'new':
class name    - instantiated at: WebCore/'location'
TimingFuction - platform/graphics/GraphicsLayer.h:89
Comment 1 Zoltan Horvath 2010-03-08 02:32:58 PST
Created attachment 50197 [details]
proposed patch
Comment 2 Zoltan Horvath 2010-03-11 00:41:21 PST
Comment on attachment 50197 [details]
proposed patch

Clearing flags on attachment: 50197

Committed r55835: <http://trac.webkit.org/changeset/55835>
Comment 3 Zoltan Horvath 2010-03-11 00:41:29 PST
All reviewed patches have been landed.  Closing bug.