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-10 18:29:02 +0000
commit5ffe27bb03d8ac7b979007721c2699e891c77268 (patch)
tree433a153c67bb17f4455c76d2bb8a9787c9330890 /dom/base
parent0633844f46858135ee62d396829c6292492ca117 (diff)
downloadUXP-5ffe27bb03d8ac7b979007721c2699e891c77268.tar
UXP-5ffe27bb03d8ac7b979007721c2699e891c77268.tar.gz
UXP-5ffe27bb03d8ac7b979007721c2699e891c77268.tar.lz
UXP-5ffe27bb03d8ac7b979007721c2699e891c77268.tar.xz
UXP-5ffe27bb03d8ac7b979007721c2699e891c77268.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"