diff options
author | Moonchild <git-repo@palemoon.org> | 2019-05-04 14:26:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-04 14:26:14 +0000 |
commit | c40086cfaf11f4f598559482a51fb6201c67bac8 (patch) | |
tree | 7cf39a54f04370c883722bf4ca2aa88e0865a938 /accessible/base/nsCoreUtils.cpp | |
parent | d9d9d1ed8d5fd676d9f2d0226cb087df9575cd4b (diff) | |
parent | 758663e882c49294e58a5c527f3164b6cc72c369 (diff) | |
download | UXP-c40086cfaf11f4f598559482a51fb6201c67bac8.tar UXP-c40086cfaf11f4f598559482a51fb6201c67bac8.tar.gz UXP-c40086cfaf11f4f598559482a51fb6201c67bac8.tar.lz UXP-c40086cfaf11f4f598559482a51fb6201c67bac8.tar.xz UXP-c40086cfaf11f4f598559482a51fb6201c67bac8.zip |
Merge pull request #1075 from adeshkp/deunify-accessible-build-2
De-unify accessibility build on Mac.
Diffstat (limited to 'accessible/base/nsCoreUtils.cpp')
-rw-r--r-- | accessible/base/nsCoreUtils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accessible/base/nsCoreUtils.cpp b/accessible/base/nsCoreUtils.cpp index effe66be2..e0ca43ca1 100644 --- a/accessible/base/nsCoreUtils.cpp +++ b/accessible/base/nsCoreUtils.cpp @@ -9,6 +9,7 @@ #include "nsIBaseWindow.h" #include "nsIDocShellTreeOwner.h" +#include "nsIContentInlines.h" #include "nsIDocument.h" #include "nsIDOMHTMLDocument.h" #include "nsIDOMHTMLElement.h" |