summaryrefslogtreecommitdiffstats
path: root/dom/xml
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-07-01 12:57:29 +0000
committerMoonchild <moonchild@palemoon.org>2020-07-01 12:57:29 +0000
commitfd602fbffbaf8e7d7e58c9ffe9b0b188cb7c65de (patch)
tree29ef38e1656883879b306f750dfec5a3281f5c94 /dom/xml
parentc7330b5eb48cdd69b06e5f55643ea4c94303381f (diff)
parent9056191e67055c5e96ecc352e592ea9ae94a2236 (diff)
downloadUXP-fd602fbffbaf8e7d7e58c9ffe9b0b188cb7c65de.tar
UXP-fd602fbffbaf8e7d7e58c9ffe9b0b188cb7c65de.tar.gz
UXP-fd602fbffbaf8e7d7e58c9ffe9b0b188cb7c65de.tar.lz
UXP-fd602fbffbaf8e7d7e58c9ffe9b0b188cb7c65de.tar.xz
UXP-fd602fbffbaf8e7d7e58c9ffe9b0b188cb7c65de.zip
Merge branch 'es-modules-work'
Diffstat (limited to 'dom/xml')
-rw-r--r--dom/xml/nsXMLContentSink.cpp2
-rw-r--r--dom/xml/nsXMLFragmentContentSink.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/dom/xml/nsXMLContentSink.cpp b/dom/xml/nsXMLContentSink.cpp
index 7c9d308fd..daf1dbf27 100644
--- a/dom/xml/nsXMLContentSink.cpp
+++ b/dom/xml/nsXMLContentSink.cpp
@@ -35,7 +35,6 @@
#include "nsRect.h"
#include "nsIWebNavigation.h"
#include "nsIScriptElement.h"
-#include "nsScriptLoader.h"
#include "nsStyleLinkElement.h"
#include "nsReadableUtils.h"
#include "nsUnicharUtils.h"
@@ -62,6 +61,7 @@
#include "mozilla/dom/Element.h"
#include "mozilla/dom/HTMLTemplateElement.h"
#include "mozilla/dom/ProcessingInstruction.h"
+#include "mozilla/dom/ScriptLoader.h"
using namespace mozilla;
using namespace mozilla::dom;
diff --git a/dom/xml/nsXMLFragmentContentSink.cpp b/dom/xml/nsXMLFragmentContentSink.cpp
index 7fa815c84..7d9f86987 100644
--- a/dom/xml/nsXMLFragmentContentSink.cpp
+++ b/dom/xml/nsXMLFragmentContentSink.cpp
@@ -24,10 +24,10 @@
#include "nsTArray.h"
#include "nsCycleCollectionParticipant.h"
#include "nsIDocShell.h"
-#include "nsScriptLoader.h"
#include "mozilla/css/Loader.h"
#include "mozilla/dom/DocumentFragment.h"
#include "mozilla/dom/ProcessingInstruction.h"
+#include "mozilla/dom/ScriptLoader.h"
using namespace mozilla::dom;