diff options
author | Moonchild <moonchild@palemoon.org> | 2020-07-01 10:15:24 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-07-01 10:15:24 +0000 |
commit | 57580073bb62980c2a1c43752d2410d0e4461d0e (patch) | |
tree | 29ef38e1656883879b306f750dfec5a3281f5c94 /dom/base | |
parent | 7f354f371118f1407f90007262220403668dd237 (diff) | |
download | aura-central-57580073bb62980c2a1c43752d2410d0e4461d0e.tar.gz |
Issue mcp-graveyard/UXP%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.h | 1 |
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" |