Closed
Bug 1645382
Opened 5 years ago
Closed 5 years ago
Remove unnecessary arguments from NS_OBSERVER_ARRAY_NOTIFY_* macros.
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/0e09b9191c02097034e46b193930f91c45b7885d/xpcom/ds/nsTObserverArray.h#438-439 noted that it would be desirable to remove the obstype_
macro argument. With C++17 and range-based for, this can now be done, and similarly for the other macro variants.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D79484
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b8d510c7a59a
Remove unnecessary arguments from NS_OBSERVER_ARRAY_NOTIFY_* macros. r=froydnj
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•