RESOLVED FIXED 27232
Add RefCountedCustomAllocated to RefCounted.h
https://bugs.webkit.org/show_bug.cgi?id=27232
Summary Add RefCountedCustomAllocated to RefCounted.h
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.