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)

defect

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.

Blocks: 1620873
Pushed by hikezoe.birchill@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4fb65825af1c Move all InputTypes into mozilla::dom namespace. r=smaug
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: