Closed
Bug 1676451
Opened 5 years ago
Closed 3 years ago
Clean up comment in nsISupports.idl
Categories
(Core :: XPCOM, task, P3)
Core
XPCOM
Tracking
()
RESOLVED
DUPLICATE
of bug 1794811
People
(Reporter: mccr8, Unassigned)
Details
I was looking over nsISupports.idl, and there's a comment at the top that looks at least a little bit out of date.
It talks about some OSX __comobject thing which no longer exists: https://searchfox.org/mozilla-central/diff/f5151595911d1a2be85ea172b8be874204134d0f/xpcom/base/nsISupports.idl#24
"the original nsISupports.h" should also refer to nsISupportsBase.h instead.
It isn't entirely clear to me that we still need to do the weird #if 0 thing here. The autogenerated header looks fairly similar to the manually created one. However, that's a potentially trickier change.
| Reporter | ||
Comment 1•3 years ago
|
||
Apparently I noticed this out of date comment 2 years ago and filed a bug about it.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•