diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 17:51:21 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:21:48 +0200 |
commit | 216189e6f7449ed62149095e5b5f9bec3ad3a23c (patch) | |
tree | db321989bf1ff037a6f58b64451d0319e7a50157 /dom/xul/templates/nsXULTreeBuilder.cpp | |
parent | bbae11cdd9832c86179842edc8e77e3919ac488d (diff) | |
download | UXP-216189e6f7449ed62149095e5b5f9bec3ad3a23c.tar UXP-216189e6f7449ed62149095e5b5f9bec3ad3a23c.tar.gz UXP-216189e6f7449ed62149095e5b5f9bec3ad3a23c.tar.lz UXP-216189e6f7449ed62149095e5b5f9bec3ad3a23c.tar.xz UXP-216189e6f7449ed62149095e5b5f9bec3ad3a23c.zip |
Issue #80 - De-unify dom/xul
Diffstat (limited to 'dom/xul/templates/nsXULTreeBuilder.cpp')
-rw-r--r-- | dom/xul/templates/nsXULTreeBuilder.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/xul/templates/nsXULTreeBuilder.cpp b/dom/xul/templates/nsXULTreeBuilder.cpp index b42133484..3356700be 100644 --- a/dom/xul/templates/nsXULTreeBuilder.cpp +++ b/dom/xul/templates/nsXULTreeBuilder.cpp @@ -32,6 +32,9 @@ #include "nsTreeContentView.h" #include "nsIXULStore.h" #include "mozilla/BinarySearch.h" +#include "mozilla/Logging.h" + +using mozilla::LogLevel; // For security check #include "nsIDocument.h" |