Closed
Bug 1620867
Opened 5 years ago
Closed 5 years ago
Move all InputTypes into mozilla::dom namespace
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(1 file)
During refactoring code in gfx, I was bitten by below error;
dom/html/HTMLInputElement.cpp:976:16: error: no member named 'Create' in 'mozilla::InputType'; did you mean '::InputType::Create'?
Probably compilers can't tell differences between mozilla::InputType in widget/InputData.h and the InputType in dom/html/input/InputType.h.
We should move the latter into mozilla::dom namespace at least.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by hikezoe.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4fb65825af1c
Move all InputTypes into mozilla::dom namespace. r=smaug
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•