Closed
Bug 1715882
Opened 4 years ago
Closed 4 years ago
Remove redundant return type from some Selection methods
Categories
(Core :: DOM: Selection, task, P3)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
91 Branch
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
Details
Attachments
(1 file)
::Clear and ::NotifySelectionListeners never fails but needlessly returns nsresult.
| Assignee | ||
Comment 1•4 years ago
|
||
Severity: -- → N/A
Priority: -- → P3
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/34f69781db66
Return void from Selection::Clear and ::NotifySelectionListeners r=masayuki
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•