Closed
Bug 1854404
Opened 2 years ago
Closed 2 years ago
Remove global constructor in dom/html/input/InputType
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Updated•2 years ago
|
Component: General → DOM: Core & HTML
| Assignee | ||
Comment 1•2 years ago
|
||
A constexpr variable is initialized at compile time and does not need a
global constructor.
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d03f27967c4a
Remove global constructor in dom/html/input/InputType r=smaug
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•