Bug 27232

Summary: Add RefCountedCustomAllocated to RefCounted.h
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on: 27228    
Bug Blocks: 27249    
Attachments:
Description Flags
proposed patch darin: review+

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.