Closed
Bug 1467503
Opened 7 years ago
Closed 7 years ago
dom/base/nsINode.cpp fails to compile with --disable-accessibility
Categories
(Core :: DOM: Core & HTML, defect, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox-esr60 | --- | unaffected |
| firefox60 | --- | unaffected |
| firefox61 | --- | unaffected |
| firefox62 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1018 bytes,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
0:12.02 dom/base/nsINode.cpp:1240:25: error: cannot initialize a parameter of type 'nsISupports *' with an lvalue of type 'mozilla::dom::AccessibleNode *'
0:12.02 cb.NoteXPCOMChild(anode);
0:12.02 ^~~~~
| Assignee | ||
Comment 3•7 years ago
|
||
Attachment #8984197 -
Flags: review?(bugs)
| Assignee | ||
Updated•7 years ago
|
Attachment #8984197 -
Flags: review?(bugs) → review?(surkov.alexander)
Updated•7 years ago
|
Attachment #8984197 -
Flags: review?(surkov.alexander) → review+
Pushed by mpalmgren@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9e717c6aaa70
Make it compile with --disable-accessibility again. r=surkov
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•7 years ago
|
status-firefox60:
--- → unaffected
status-firefox61:
--- → unaffected
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•