Open
Bug 982841
Opened 11 years ago
Updated 2 years ago
cycle collector traverse of a subclass should describe using the name of the subclass
Categories
(Core :: Cycle Collector, defect)
Core
Cycle Collector
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
(Blocks 1 open bug)
Details
Because of the way NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED is defined, the class will end up reporting the name of the parent class, not the child class, which is confusing.
Reporter | ||
Comment 2•10 years ago
|
||
Though, maybe we really do want something like bug 1026713, because otherwise we lose all the fancy extra information. I'll have to think about this some more.
Reporter | ||
Updated•5 years ago
|
Assignee: continuation → nobody
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Updated•2 years ago
|
Component: XPCOM → Cycle Collector
You need to log in
before you can comment on or make changes to this bug.
Description
•