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/html | |
parent | 51722cd4fecb5c8c79a302f2771cad71535df5ea (diff) | |
download | uxp-32577bdb3d2471c0e5ce4cfd0501a820157230cb.tar.gz |
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/html')
-rw-r--r-- | accessible/html/HTMLListAccessible.cpp | 1 | ||||
-rw-r--r-- | accessible/html/moz.build | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/accessible/html/HTMLListAccessible.cpp b/accessible/html/HTMLListAccessible.cpp index d5de257181..9e00a648ab 100644 --- a/accessible/html/HTMLListAccessible.cpp +++ b/accessible/html/HTMLListAccessible.cpp @@ -10,6 +10,7 @@ #include "nsAccUtils.h" #include "Role.h" #include "States.h" +#include "EventTree.h" #include "nsBlockFrame.h" #include "nsBulletFrame.h" diff --git a/accessible/html/moz.build b/accessible/html/moz.build index 8d92332cde..6b2a06851f 100644 --- a/accessible/html/moz.build +++ b/accessible/html/moz.build @@ -4,7 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -UNIFIED_SOURCES += [ +SOURCES += [ 'HTMLCanvasAccessible.cpp', 'HTMLElementAccessibles.cpp', 'HTMLFormControlAccessible.cpp', |