Closed
Bug 1670919
Opened 5 years ago
Closed 5 years ago
Cleanup some code around nsIFormControl::GetFormElement
Categories
(Core :: DOM: Forms, enhancement)
Core
DOM: Forms
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
Details
Attachments
(1 file)
After bug 1553705, nsIFormControl::GetFormElement now returns HTMLFormElement*, we could remove some type convertion.
Assignee | ||
Comment 1•5 years ago
|
||
nsIFormControl::GetFormElement now returns HTMLFormElement*, we could remove
some type convertion.
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e5f6132674a2
Cleanup some code around nsIFormControl::GetFormElement; r=emilio
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•