diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 17:51:21 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-23 17:51:21 +0000 |
commit | ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c (patch) | |
tree | a93e4d3ac7d056b07dc2e8b3ec52ae61b30b3351 /dom/xul/templates/nsXULTreeBuilder.cpp | |
parent | 0e27cb13cca8255e6afa3ba8a1b805ae8060588b (diff) | |
download | UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.gz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.lz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.tar.xz UXP-ea58beb4c9c47e7a98645f8f7f1e2ecd6aa9e53c.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" |