From 32577bdb3d2471c0e5ce4cfd0501a820157230cb Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 20 Apr 2019 11:12:56 +0200 Subject: 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. --- accessible/html/HTMLListAccessible.cpp | 1 + accessible/html/moz.build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'accessible/html') diff --git a/accessible/html/HTMLListAccessible.cpp b/accessible/html/HTMLListAccessible.cpp index d5de25718..9e00a648a 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 8d92332cd..6b2a06851 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', -- cgit v1.2.3