[Webkit-unassigned] [Bug 27232] New: Add RefCountedCustomAllocated to RefCounted.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 13 12:32:36 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27232
Summary: Add RefCountedCustomAllocated to RefCounted.h
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hzoltan at inf.u-szeged.hu
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.)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list