Closed
Bug 1330966
Opened 6 years ago
Closed 6 years ago
"dom/ipc/TabParent.cpp(363): error C2027: use of undefined type 'mozilla::a11y::DocAccessibleParent'" with --disable-accessibility
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(1 file)
1006 bytes,
patch
|
davidb
:
review+
|
Details | Diff | Splinter Review |
Looks like a missing ifdef
Assignee | ||
Comment 1•6 years ago
|
||
This fixes it for me.
Attachment #8826593 -
Flags: review?(tbsaunde+mozbugs)
Updated•6 years ago
|
Attachment #8826593 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Attachment #8826593 -
Flags: review?(tbsaunde+mozbugs)
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/83b1e97f352a Add an ACCESSIBILITY guard around DocAccessibleParent usage in TabParent.cpp to fix --disable-accessibility bustage. r=dbolter
Comment 3•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/83b1e97f352a
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•