mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
De-unify accessibility build on Mac.
Also fixes Linux build bustage with accessibility enabled.
This commit is contained in:
parent
dadaa3df44
commit
cf09a88938
12 changed files with 58 additions and 38 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include "Accessible-inl.h"
|
||||
#include "AccEvent.h"
|
||||
#include "DocAccessible.h"
|
||||
#include "DocAccessible-inl.h"
|
||||
#include "nsAccessibilityService.h"
|
||||
#include "nsCoreUtils.h"
|
||||
#include "OuterDocAccessible.h"
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
#include "nsIDocShellTreeItem.h"
|
||||
#include "nsIURI.h"
|
||||
#include "mozilla/dom/Element.h"
|
||||
#include "mozilla/dom/HTMLBodyElement.h"
|
||||
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::a11y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue