diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-04-20 11:12:56 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-04-20 11:12:56 +0200 |
commit | 32577bdb3d2471c0e5ce4cfd0501a820157230cb (patch) | |
tree | d805947d89d0a0b6de8b7a635b0a7ea4a3d69c75 /accessible/base/nsTextEquivUtils.cpp | |
parent | 51722cd4fecb5c8c79a302f2771cad71535df5ea (diff) | |
download | UXP-32577bdb3d2471c0e5ce4cfd0501a820157230cb.tar UXP-32577bdb3d2471c0e5ce4cfd0501a820157230cb.tar.gz UXP-32577bdb3d2471c0e5ce4cfd0501a820157230cb.tar.lz UXP-32577bdb3d2471c0e5ce4cfd0501a820157230cb.tar.xz UXP-32577bdb3d2471c0e5ce4cfd0501a820157230cb.zip |
Stop building /accessible unified and fix deprot.
Tag #80
Note: excludes changes to Mac-specific code because I can't build
for OS X to check and fix deprot there.
Diffstat (limited to 'accessible/base/nsTextEquivUtils.cpp')
-rw-r--r-- | accessible/base/nsTextEquivUtils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accessible/base/nsTextEquivUtils.cpp b/accessible/base/nsTextEquivUtils.cpp index bdf14d097..8f3f121ed 100644 --- a/accessible/base/nsTextEquivUtils.cpp +++ b/accessible/base/nsTextEquivUtils.cpp @@ -10,9 +10,11 @@ #include "Accessible-inl.h" #include "AccIterator.h" #include "nsCoreUtils.h" +#include "nsStyleConsts.h" #include "nsIDOMXULLabeledControlEl.h" using namespace mozilla::a11y; +using namespace mozilla; /** * The accessible for which we are computing a text equivalent. It is useful |