summaryrefslogtreecommitdiffstats
path: root/dom/xul/nsXULContentSink.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-23 17:51:21 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-26 10:21:48 +0200
commit216189e6f7449ed62149095e5b5f9bec3ad3a23c (patch)
treedb321989bf1ff037a6f58b64451d0319e7a50157 /dom/xul/nsXULContentSink.cpp
parentbbae11cdd9832c86179842edc8e77e3919ac488d (diff)
downloadUXP-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/nsXULContentSink.cpp')
-rw-r--r--dom/xul/nsXULContentSink.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/xul/nsXULContentSink.cpp b/dom/xul/nsXULContentSink.cpp
index 7103be758..edeee8728 100644
--- a/dom/xul/nsXULContentSink.cpp
+++ b/dom/xul/nsXULContentSink.cpp
@@ -42,6 +42,7 @@
#include "nsReadableUtils.h"
#include "nsXULElement.h"
#include "mozilla/Logging.h"
+#include "mozilla/CheckedInt.h"
#include "prmem.h"
#include "nsCRT.h"
@@ -57,6 +58,7 @@
#include "nsIScriptError.h"
#include "nsContentTypeParser.h"
+using namespace mozilla;
static mozilla::LazyLogModule gContentSinkLog("nsXULContentSink");;
//----------------------------------------------------------------------