De-unify accessibility build on Mac.

Also fixes Linux build bustage with accessibility enabled.
This commit is contained in:
adeshkp 2019-05-04 09:51:45 -04:00 committed by Roy Tam
commit cf09a88938
12 changed files with 58 additions and 38 deletions

View file

@ -9,6 +9,10 @@
#include "mozilla/StaticPtr.h"
#ifdef A11Y_LOG
#include "Logging.h"
#endif
using namespace mozilla;
using namespace mozilla::a11y;