summaryrefslogtreecommitdiffstats
path: root/dom/base
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-07-01 10:15:24 +0000
committerMoonchild <moonchild@palemoon.org>2020-07-01 10:15:24 +0000
commit9056191e67055c5e96ecc352e592ea9ae94a2236 (patch)
tree29ef38e1656883879b306f750dfec5a3281f5c94 /dom/base
parentc45b7ee3a985b2b4862fb182cdb34f644f737048 (diff)
downloadUXP-9056191e67055c5e96ecc352e592ea9ae94a2236.tar
UXP-9056191e67055c5e96ecc352e592ea9ae94a2236.tar.gz
UXP-9056191e67055c5e96ecc352e592ea9ae94a2236.tar.lz
UXP-9056191e67055c5e96ecc352e592ea9ae94a2236.tar.xz
UXP-9056191e67055c5e96ecc352e592ea9ae94a2236.zip
Issue #1603 - Part 2: Split some classes out of ScriptLoader.cpp
This splits ScriptLoader up the same way Mozilla did with the exception of ScriptRequest due to the fact that ScriptLoader and ScriptRequest are interdependent and would create a circular dependency if split apart when not using unified building.
Diffstat (limited to 'dom/base')
-rw-r--r--dom/base/nsPlainTextSerializer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/nsPlainTextSerializer.h b/dom/base/nsPlainTextSerializer.h
index 650a8e3e7..58aeb4207 100644
--- a/dom/base/nsPlainTextSerializer.h
+++ b/dom/base/nsPlainTextSerializer.h
@@ -16,6 +16,7 @@
#include "mozilla/Attributes.h"
#include "nsCOMPtr.h"
#include "nsIAtom.h"
+#include "nsCycleCollectionParticipant.h"
#include "nsIContentSerializer.h"
#include "nsIDocumentEncoder.h"
#include "nsILineBreaker.h"