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+

Zoltan Horvath
Reported 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.)
Attachments
proposed patch (2.17 KB, patch)
2009-07-13 12:40 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-07-13 12:40:55 PDT
Created attachment 32671 [details] proposed patch
Brent Fulgham
Comment 2 2009-07-14 17:48:13 PDT
Note You need to log in before you can comment on or make changes to this bug.