Bug 30159 - Allow custom memory allocation control for WebCore's IdentifierRep
Summary: Allow custom memory allocation control for WebCore's IdentifierRep
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 02:12 PDT by Zoltan Horvath
Modified: 2009-10-07 10:05 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.28 KB, patch)
2009-10-07 02:14 PDT, Zoltan Horvath
darin: 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 02:12:07 PDT
Inherits IdentifierRep class from FastAllocBase because it has been instantiated by 'new' in WebCore/bridge/IdentifierRep.cpp:61.
Comment 1 Zoltan Horvath 2009-10-07 02:14:07 PDT
Created attachment 40775 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-10-07 10:05:25 PDT
Landed in 49250.

http://trac.webkit.org/changeset/49250