Bug 27232 - Add RefCountedCustomAllocated to RefCounted.h
Summary: Add RefCountedCustomAllocated to RefCounted.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 27228
Blocks: 27249
  Show dependency treegraph
 
Reported: 2009-07-13 12:32 PDT by Zoltan Horvath
Modified: 2009-07-14 17:48 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (2.17 KB, patch)
2009-07-13 12:40 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-13 12:32:35 PDT
The RefCounted inheritance need to be changed a little bit to avoid double inheritance and RefCountedCustomAllocated class need to be added to RefCounted.h, the reason is the same like in the case of NoncopyableCustomAllocated, bug #27228. (Some classes which customizes operator new are inherited from RefCounted, RefCounted is inherited from Noncopyable, but Noncopyable will be inherited from FastAllocBase. Conflicts need to be resolved.)
Comment 1 Zoltan Horvath 2009-07-13 12:40:55 PDT
Created attachment 32671 [details]
proposed patch
Comment 2 Brent Fulgham 2009-07-14 17:48:13 PDT
Landed in http://trac.webkit.org/changeset/45885.