summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-23 17:00:01 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-23 17:00:01 +0000
commita6d34b3fc634bbf69cd8d38dafab2a10b21688f9 (patch)
tree2e4023d4ca77d95e2d4fbb36b6d2df2b3e928337 /dom
parent13eacee0ab3ad5a3120e7e732f6c4850f9a7bff7 (diff)
downloadUXP-a6d34b3fc634bbf69cd8d38dafab2a10b21688f9.tar
UXP-a6d34b3fc634bbf69cd8d38dafab2a10b21688f9.tar.gz
UXP-a6d34b3fc634bbf69cd8d38dafab2a10b21688f9.tar.lz
UXP-a6d34b3fc634bbf69cd8d38dafab2a10b21688f9.tar.xz
UXP-a6d34b3fc634bbf69cd8d38dafab2a10b21688f9.zip
Issue #80 - De-unify dom/xml
Diffstat (limited to 'dom')
-rw-r--r--dom/xml/moz.build2
-rw-r--r--dom/xml/nsXMLPrettyPrinter.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/dom/xml/moz.build b/dom/xml/moz.build
index f3af9968d..0eb3ee686 100644
--- a/dom/xml/moz.build
+++ b/dom/xml/moz.build
@@ -20,7 +20,7 @@ EXPORTS.mozilla.dom += [
'XMLStylesheetProcessingInstruction.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'CDATASection.cpp',
'nsXMLContentSink.cpp',
'nsXMLElement.cpp',
diff --git a/dom/xml/nsXMLPrettyPrinter.cpp b/dom/xml/nsXMLPrettyPrinter.cpp
index 2e086dde0..7f1f2b07a 100644
--- a/dom/xml/nsXMLPrettyPrinter.cpp
+++ b/dom/xml/nsXMLPrettyPrinter.cpp
@@ -11,6 +11,7 @@
#include "nsIXSLTProcessor.h"
#include "nsSyncLoadService.h"
#include "nsPIDOMWindow.h"
+#include "nsIDOMDocument.h"
#include "nsIDOMElement.h"
#include "nsIServiceManager.h"
#include "nsNetUtil.h"