Closed
Bug 828696
Opened 12 years ago
Closed 12 years ago
GC: Don't have a |class Unrooted<T>| in opt builds
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: terrence, Unassigned)
References
Details
It's present in opt so that we can have Unrooted<T>*, but empty so that any usage of the class will fail (all UnrootedT should be T* in opt). The fact that this is present at all is confusing and we should just find a different way to do things.
Reporter | ||
Comment 1•12 years ago
|
||
Or in any build, for that matter.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•