Bug 27249 - Change ParserArenaRefCounted's superclass to RefCountedCustomAllocated
Summary: Change ParserArenaRefCounted's superclass to RefCountedCustomAllocated
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: 27232
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-14 02:43 PDT by Zoltan Horvath
Modified: 2009-07-14 18:11 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.25 KB, patch)
2009-07-14 02:46 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-07-14 02:43:00 PDT
ParserArenaDeletable customizes operator new, to avoid double inheritance superclass needs to be changed to RefCountedCustomAllocated.
Comment 1 Zoltan Horvath 2009-07-14 02:46:07 PDT
Created attachment 32704 [details]
proposed patch
Comment 2 Brent Fulgham 2009-07-14 18:11:42 PDT
Landed in http://trac.webkit.org/changeset/45887.