Open Bug 1608528 Opened 4 years ago Updated 2 years ago

Consider removing UserDataType for nsBaseHashtable and friends

Categories

(Core :: XPCOM, task)

task

Tracking

()

People

(Reporter: erahm, Unassigned)

References

Details

We currently provide a distinction between the stored data type and the exposed user data type in nsBaseHashtable. We might consider removing the UserDataType and letting the consumers handle conversions if necessary. This would simplify a fair amount of code and possibly remove some confusion around which type to use.

Recent changes reduced the use of UserDataType. It's now only used in the Get methods.

See Also: → 1692880
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.