Open
Bug 1250743
Opened 9 years ago
Updated 2 years ago
GCPointer categorization seems to block GCType
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
References
(Blocks 1 open bug)
Details
If you add eg nsINode to listGCTypes, then mozilla::dom::Element is only listed as a GCPointer, not a GCThing, which is incorrect (it should be both -- it contains a JSObject*, but it inherits from nsINode.)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•