From 917447df6e2336a73fac4552184d654c03417346 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 23 Apr 2020 17:00:01 +0000 Subject: Issue #80 - De-unify dom/xml --- dom/xml/moz.build | 2 +- dom/xml/nsXMLPrettyPrinter.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'dom') 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" -- cgit v1.2.3